Skip to content

Commit dbd8b34

Browse files
author
jones
committed
fixing pipeline
1 parent e65432a commit dbd8b34

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/Linux.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
- uses: actions/checkout@v4
2222
with:
2323
submodules: recursive
24+
- name: Update system
25+
run: |
26+
sudo apt update
27+
sudo apt upgrade
28+
sudo apt dist-upgrade
2429
- name: Install Vulkan
2530
run: |
2631
wget -qO- https://packages.lunarg.com/lunarg-signing-key-pub.asc | sudo tee /etc/apt/trusted.gpg.d/lunarg.asc

0 commit comments

Comments
 (0)