Skip to content

Commit

Permalink
add package install.
Browse files Browse the repository at this point in the history
  • Loading branch information
wutipong committed Apr 10, 2024
1 parent 31bd3cb commit 5d8b554
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- name: Install packages
run: sudo apt-get install libgtk-3-dev

- name: Change mode of glslangvalidator
run: chmod +x ${GITHUB_WORKSPACE}/The-Forge/Common_3/Graphics/ThirdParty/OpenSource/VulkanSDK/bin/Linux/glslangValidator
Expand Down

0 comments on commit 5d8b554

Please sign in to comment.