Assignment-5 #2
1 changed files with 1 additions and 3 deletions
|
@ -5,7 +5,7 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
build-latex:
|
build-latex:
|
||||||
runs-on: debian-latest
|
runs-on: nixos
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
assignment: [
|
assignment: [
|
||||||
|
@ -14,8 +14,6 @@ jobs:
|
||||||
]
|
]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: DeterminateSystems/nix-installer-action@main
|
|
||||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
|
||||||
- run: "nix build .#\"${{ matrix.assignment }}\""
|
- run: "nix build .#\"${{ matrix.assignment }}\""
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue