Skip to content

Commit

Permalink
sudo?
Browse files Browse the repository at this point in the history
  • Loading branch information
RagingKore committed Oct 17, 2023
1 parent bb1dfed commit 071a832
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
- name: Install Mono
shell: bash
run: |
apt-get install -y mono-complete
sudo apt-get update
sudo apt-get install -y mono-complete
- name: Compile
shell: bash
run: |
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
- name: Install Mono
shell: bash
run: |
apt-get install -y mono-complete
sudo apt-get update
sudo apt-get install -y mono-complete
- name: Compile
shell: bash
run: |
Expand Down Expand Up @@ -102,7 +103,8 @@ jobs:
- name: Install Mono
shell: bash
run: |
apt-get install -y mono-complete
sudo apt-get update
sudo apt-get install -y mono-complete
- name: Compile
shell: bash
run: |
Expand Down

0 comments on commit 071a832

Please sign in to comment.