ci: build-nix and test are not matrix tests

This commit is contained in:
Mitchell Hashimoto
2023-12-22 15:27:48 -08:00
parent f56ed57b57
commit 188f82c16e

View File

@ -41,10 +41,7 @@ jobs:
run: nix develop -c zig build -Dstatic=true -Dapp-runtime=glfw -Dtarget=${{ matrix.target }} run: nix develop -c zig build -Dstatic=true -Dapp-runtime=glfw -Dtarget=${{ matrix.target }}
build-nix: build-nix:
strategy: runs-on: ubuntu-latest
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
needs: test needs: test
steps: steps:
- name: Checkout code - name: Checkout code
@ -144,10 +141,7 @@ jobs:
run: Get-Content -Path ".\build.log" run: Get-Content -Path ".\build.log"
test: test:
strategy: runs-on: ubuntu-latest
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4