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