Skip to content

Commit 07dde65

Browse files
committed
Update apt before installing dependencies
1 parent 362e53e commit 07dde65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
mv Vulkan-Headers ~/Vulkan-Headers
2525
- name: install deps for tests
26-
run: sudo apt install -y xorg-dev
26+
run: sudo apt update && sudo apt install -y xorg-dev
2727
if: matrix.os == 'ubuntu'
2828
- name: build main
2929
shell: bash

0 commit comments

Comments
 (0)