Skip to content

Commit

Permalink
fixed gitaction
Browse files Browse the repository at this point in the history
  • Loading branch information
LostbBlizzard committed Oct 12, 2024
1 parent 350233a commit 75e70b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
- uses: actions/checkout@v3

- name: Add gcc multilib to PATH
run: sudo apt install gcc-aarch64-linux-gnu && sudo apt install g++-aarch64-linux
run: sudo apt install gcc-aarch64-linux-gnu && sudo apt install g++-aarch64-linux-gnu

- name: Add Premake to PATH
uses: abel0b/setup-premake@v2.4
Expand Down

0 comments on commit 75e70b9

Please sign in to comment.