Skip to content

Commit

Permalink
Update Release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JerimiahOfficial committed Feb 18, 2024
1 parent 9a190be commit bd0daa1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:

- if: ${{matrix.os == 'ubuntu-latest'}}
name: Update packages
run: |
sudo apt-get upgrade --fix-missing
sudo apt-get install -y libglfw3-dev gcc-multilib g++-multilib libvulkan-dev libxkbcommon-dev libxinerama-dev libxcursor-dev libxi-dev
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libglfw3-dev gcc-multilib g++-multilib libvulkan-dev libxkbcommon-dev libxinerama-dev libxcursor-dev libxi-dev
version: 1.0

- if: ${{ matrix.os == 'windows-latest' }}
name: Install Vulkan SDK
uses: humbletim/setup-vulkan-sdk@v1.2.0
Expand Down

0 comments on commit bd0daa1

Please sign in to comment.