Commit: 9ab73815b7784f890c3276d3a60d60a1b547a9f6 Parent: a1bb059b7bbf2cfd136cf03446d0886d0661c69c Author: Randy Palamar Date: Thu, 31 Oct 2024 10:42:43 -0600 ci: update the ubuntu package list before trying to install Diffstat:
M | .github/workflows/build.yml | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml @@ -17,7 +17,8 @@ jobs: - uses: actions/checkout@v4 - name: Install dependencies run: | - sudo apt-get install libxkbcommon-dev xorg-dev libwayland-dev ninja-build + sudo apt update + sudo apt install libxkbcommon-dev xorg-dev libwayland-dev ninja-build - name: Build run: ./build.sh