Skip to content

Commit

Permalink
fix: workflow typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniol0012 committed Dec 10, 2024
1 parent 2cac5b7 commit 919402b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-unity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Unity
run: |
sudo apt-get update
sudo apt-get install -y lib32gcc1 lib32stdc++6
sudo apt-get install -y lib32gcc-s1 lib32stdc++6
wget https://download.unity3d.com/download_unity/2022.3.14f1/Unity.tar.xz
mkdir -p Unity
tar -xf Unity.tar.xz -C Unity
Expand Down

0 comments on commit 919402b

Please sign in to comment.