projects
/
platform
/
upstream
/
Vulkan-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bfe4ad
)
ci: Do apt update before install to fix 404 errors
author
Mike Schuchardt
<mikes@lunarg.com>
Thu, 22 Sep 2022 16:48:57 +0000
(09:48 -0700)
committer
Mike Schuchardt
<mikes@lunarg.com>
Thu, 22 Sep 2022 17:58:15 +0000
(10:58 -0700)
.github/workflows/build.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/build.yml
b/.github/workflows/build.yml
index 41ce80f10b048c45a5571ae8b499dd0d6d781d9d..a16570c9d69eaf316476bbb5aec64db5f5207f3c 100644
(file)
--- a/
.github/workflows/build.yml
+++ b/
.github/workflows/build.yml
@@
-44,6
+44,7
@@
jobs:
- uses: actions/setup-python@v2
with:
python-version: '3.7'
+ - run: sudo apt update
- run: sudo apt install libwayland-dev libxrandr-dev
- name: Generate build files