mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2025-02-18 08:40:06 +00:00
Run on ubuntu-18.04
This commit is contained in:
parent
6e9ee3498b
commit
a893e4eb08
1 changed files with 2 additions and 0 deletions
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
|
@ -10,6 +10,8 @@ concurrency:
|
|||
jobs:
|
||||
build-linux:
|
||||
runs-on: ${{ matrix.arch == 'x64' && matrix.os || format('blaze/{0}', matrix.os) }}
|
||||
container:
|
||||
image: dcvz/n64recomp:0.0.1-ubuntu-18.04
|
||||
strategy:
|
||||
matrix:
|
||||
type: [ Debug, Release ]
|
||||
|
|
Loading…
Add table
Reference in a new issue