Another fix to the actions yml...

This commit is contained in:
Jammyjamjamman 2021-06-20 02:24:13 +01:00
parent 8cc3b515b4
commit d357ff859e
1 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,9 @@ jobs:
- uses: actions/checkout@v2
- name: Get dependencies
run: sudo mk/linux/setupBuildDeps.sh
run: |
sudo apt update
sudo mk/linux/setupBuildDeps.sh
- name: Bulid MegaGlest With GCC Compiler
if: ${{ matrix.compiler == 'gcc' }}