Skip to content

Commit

Permalink
fix: tar command on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniol0012 committed Dec 10, 2024
1 parent 7e49da5 commit 1614a14
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-unity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ jobs:
sudo apt-get update
sudo apt-get install -y lib32gcc-s1 lib32stdc++6
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/
sudo mkdir -p /opt/Unity
sudo tar -xf Unity-2022.3.14f1.tar.xz -C /opt/Unity --strip-components=1
- name: Run Unity Build
run: |
Expand Down

0 comments on commit 1614a14

Please sign in to comment.