Skip to content

Commit

Permalink
Fixed elevation installing toolset on linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
kekyo committed Oct 17, 2021
1 parent f4b9222 commit 9971b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
dotnet-version: 5.0.100
- name: Initialize tools
run: bash init-tools.sh
run: sudo bash ./init-tools.sh
- name: Install dependencies
run: |
dotnet restore il2c.sln
Expand Down

0 comments on commit 9971b53

Please sign in to comment.