1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-04 01:24:09 +02:00

cross updates

This commit is contained in:
Robin Appelman 2023-07-11 21:39:24 +02:00
commit a93e0a0102
4 changed files with 19 additions and 26 deletions

View file

@ -50,7 +50,7 @@ jobs:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- id: set-matrix
run: echo "matrix={\"target\":$(nix eval --json ".#targets.x86_64-linux")}" | tee $GITHUB_OUTPUT
run: echo "matrix={\"target\":$(nix eval --json ".#targets")}" | tee $GITHUB_OUTPUT
build:
runs-on: ubuntu-latest