Skip to content

Commit

Permalink
fix: workflow download link
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniol0012 committed Dec 10, 2024
1 parent 919402b commit 7e49da5
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 @@ -19,7 +19,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y lib32gcc-s1 lib32stdc++6
wget https://download.unity3d.com/download_unity/2022.3.14f1/Unity.tar.xz
wget https://download.unity3d.com/download_unity/eff2de9070d8/LinuxEditorInstaller/Unity-2022.3.14f1.tar.xz
mkdir -p Unity
tar -xf Unity.tar.xz -C Unity
sudo mv Unity /opt/
Expand Down

0 comments on commit 7e49da5

Please sign in to comment.