summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaG1924 <12997935+LaG1924@users.noreply.github.com>2021-11-20 09:54:16 +0100
committerGitHub <noreply@github.com>2021-11-20 09:54:16 +0100
commitb481a989899b7adf92de20ce40e5a92cff056140 (patch)
tree7af627cc7f37b938160f44eb0fc74970f25f3805
parentImproved errors logging for OGL (diff)
downloadAltCraft-b481a989899b7adf92de20ce40e5a92cff056140.tar
AltCraft-b481a989899b7adf92de20ce40e5a92cff056140.tar.gz
AltCraft-b481a989899b7adf92de20ce40e5a92cff056140.tar.bz2
AltCraft-b481a989899b7adf92de20ce40e5a92cff056140.tar.lz
AltCraft-b481a989899b7adf92de20ce40e5a92cff056140.tar.xz
AltCraft-b481a989899b7adf92de20ce40e5a92cff056140.tar.zst
AltCraft-b481a989899b7adf92de20ce40e5a92cff056140.zip
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index bbb377c..c99d4f7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
- uses: seanmiddleditch/gha-setup-ninja@master
- name: Prepare Linux
if: ${{ runner.os == 'Linux' }}
- run: sudo apt install libgl1-mesa-dev libglu1-mesa-dev
+ run: sudo apt update && sudo apt install libgl1-mesa-dev libglu1-mesa-dev
- name: Set up cache
uses: actions/cache@v2
with:
@@ -69,4 +69,4 @@ jobs:
with:
name: AltCraft-nightly-b${{ github.run_number }}-${{ matrix.platform.name }}-${{ matrix.build_type }}
path: ${{ github.workspace }}/package
- \ No newline at end of file
+