Skip to content

Commit

Permalink
run apt update
Browse files Browse the repository at this point in the history
  • Loading branch information
drewcassidy committed Sep 13, 2024
1 parent b8971fa commit 9e30710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup-unity/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ runs:
shell: bash
run: >-
sudo sh -c 'echo "deb [signed-by=/usr/share/keyrings/Unity_Technologies_ApS.gpg] https://hub.unity3d.com/linux/repos/deb stable main" > /etc/apt/sources.list.d/unityhub.list'
sudo apt update
- name: Install Unity hub
uses: tecolicom/actions-use-apt-tools@v1
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/internal-test-assetbundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,4 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup Unity
uses: kuler90/setup-unity@v1
with:
unity-version: 2019.4.18f1
unity-modules: windows
- uses: ./.github/actions/setup-unity

0 comments on commit 9e30710

Please sign in to comment.