Skip to content

Commit

Permalink
fix permission denied issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rdcm committed Oct 23, 2024
1 parent a3b754f commit b7e16c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4

- name: Install cmake & MinGW
run: apt-get update && apt-get -y install cmake && apt-get -y install gcc-mingw-w64-x86-64
run: sudo apt-get update && sudo apt-get -y install cmake && sudo apt-get -y install gcc-mingw-w64-x86-64

- name: Build
run: make build-win
Expand Down

0 comments on commit b7e16c6

Please sign in to comment.