mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-04-30 22:21:37 +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:
|
jobs:
|
||||||
build-linux:
|
build-linux:
|
||||||
runs-on: ${{ matrix.arch == 'x64' && matrix.os || format('blaze/{0}', matrix.os) }}
|
runs-on: ${{ matrix.arch == 'x64' && matrix.os || format('blaze/{0}', matrix.os) }}
|
||||||
|
container:
|
||||||
|
image: dcvz/n64recomp:0.0.1-ubuntu-18.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
type: [ Debug, Release ]
|
type: [ Debug, Release ]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue