1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-28 12:39:28 +00:00

Run apt-get update before trying to install.

This commit is contained in:
Peter
2021-10-21 18:45:39 +02:00
parent ab94538d0c
commit 4ee904fd1d

View File

@@ -47,7 +47,7 @@ jobs:
run: brew install --cask xquartz
- name: Install SDL dependency on Ubuntu
if: ${{ runner.os == 'Linux'}}
run: sudo apt-get install -y libsdl2-dev
run: sudo apt-get update && sudo apt-get install -y libsdl2-dev
- name: Create Build Environment
run: cmake -E make_directory ${{github.workspace}}/build
- name: Configure CMake