ci: do not have setup
Some checks failed
deploy / deploy (push) Failing after 2m42s

This commit is contained in:
D. Moonfire 2024-03-07 22:31:38 -06:00
parent f6e22d796f
commit 929f6ec6d0

View file

@ -6,6 +6,8 @@ on:
- "main"
env:
# Need to generate this on the website with: user:read, organization:read,
# package:write, and repository:write.
MFGAMES_GITEA_TOKEN: ${{ secrets.MFGAMES_GITEA_TOKEN }}
jobs:
@ -23,7 +25,6 @@ jobs:
- run: nix develop --command echo prefetch flake
# Run the deployment.
- run: nix develop --command just setup
- run: nix develop --command just build
- run: nix develop --command just test
- run: nix develop --command just release