ci: apt-get update

This commit is contained in:
Michael Davidsaver
2021-01-28 07:44:21 -08:00
parent d0e82744d3
commit cb27fefd8d
+3 -1
View File
@@ -118,7 +118,9 @@ jobs:
with:
submodules: true
- name: "apt-get install"
run: sudo apt-get -y install g++-mingw-w64-x86-64 cmake gdb
run: |
sudo apt-get update
sudo apt-get -y install g++-mingw-w64-x86-64 cmake gdb
if: runner.os == 'Linux'
- name: "apt-get install ${{ matrix.cmp }}"
run: |