diff --git a/.forgejo/workflows/eval.yaml b/.forgejo/workflows/eval.yaml index 0072899..b5cbf0a 100644 --- a/.forgejo/workflows/eval.yaml +++ b/.forgejo/workflows/eval.yaml @@ -58,3 +58,13 @@ jobs: run: | # Enter the shell nix-shell --run 'colmena build --on web02' + + build_rescue01: + runs-on: nix + steps: + - uses: actions/checkout@v3 + + - name: Build rescue01 + run: | + # Enter the shell + nix-shell --run 'colmena build --on rescue01'