Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
Add sudo to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-haley authored Apr 19, 2021
1 parent 75c9a55 commit 9c27892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# DEBUG remove
- name: Build project
run: |
apt-get -y install tree
sudo apt-get -y install tree
tree ./src/flowcontrol
tree ./src/flowcontrol/build
# Setup dotnet
Expand Down

0 comments on commit 9c27892

Please sign in to comment.