Skip to content

Commit

Permalink
added glslang
Browse files Browse the repository at this point in the history
  • Loading branch information
k4yt3x committed Feb 6, 2022
1 parent 774114c commit d703b42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y python3-pip python3-venv libvulkan-dev swig
sudo apt-get install -y python3-pip python3-venv libvulkan-dev swig glslang-dev glslang-tools
pip install build
- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y python3-pip python3-venv libvulkan-dev swig
sudo apt-get install -y python3-pip python3-venv libvulkan-dev swig glslang-dev glslang-tools
pip install build
- name: Build
run: |
Expand Down

0 comments on commit d703b42

Please sign in to comment.