1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-15 15:57:13 +00:00

Run apt-get update before trying to install.

This commit is contained in:
Peter 2021-10-21 18:45:39 +02:00 committed by Nick Briggs
parent 6604b3dd06
commit 5e28babfa5

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