ci: Do apt update before install to fix 404 errors
authorMike Schuchardt <mikes@lunarg.com>
Thu, 22 Sep 2022 16:48:57 +0000 (09:48 -0700)
committerMike Schuchardt <mikes@lunarg.com>
Thu, 22 Sep 2022 17:58:15 +0000 (10:58 -0700)
.github/workflows/build.yml

index 41ce80f10b048c45a5571ae8b499dd0d6d781d9d..a16570c9d69eaf316476bbb5aec64db5f5207f3c 100644 (file)
@@ -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