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 2814542 commit a652de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- if: ${{matrix.os == 'ubuntu-latest'}}
name: Update packages
run: |
sudo apt-get install -y libglfw3-dev gcc-multilib g++-multilib libvulkan-dev libxkbcommon-dev libxinerama-dev libxcursor-dev libxi-dev
sudo apt install -y libglfw3-dev gcc-multilib g++-multilib libvulkan-dev libxkbcommon-dev libxinerama-dev libxcursor-dev libxi-dev
- if: ${{ matrix.os == 'windows-latest' }}
name: Install Vulkan SDK
Expand Down

0 comments on commit a652de7

Please sign in to comment.