Compare commits
1 commit
36c3f568a4
...
e9dda01da6
Author | SHA1 | Date | |
---|---|---|---|
e9dda01da6 |
2 changed files with 1 additions and 2 deletions
|
@ -22,5 +22,5 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: "https://code.forgejo.org/actions/checkout@v4"
|
- uses: "https://code.forgejo.org/actions/checkout@v4"
|
||||||
- run: nix --version
|
- run: nix --version
|
||||||
- name: "Build ${{ matrix.target }}"
|
- name: Build target
|
||||||
run: nix build --print-build-logs '.#${{ matrix.target }}'
|
run: nix build --print-build-logs '.#${{ matrix.target }}'
|
||||||
|
|
|
@ -3,7 +3,6 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
report-size:
|
report-size:
|
||||||
runs-on: nixos
|
runs-on: nixos
|
||||||
needs: build
|
|
||||||
steps:
|
steps:
|
||||||
- uses: "https://git.salame.cl/actions/checkout@v4"
|
- uses: "https://git.salame.cl/actions/checkout@v4"
|
||||||
- run: nix --version
|
- run: nix --version
|
||||||
|
|
Loading…
Add table
Reference in a new issue