ci: download lfs modules when building

This commit is contained in:
silver 2024-08-11 20:31:46 +01:00
parent 3414e63489
commit de685b6d6f
Signed by: silver
GPG key ID: 0A1071E702CE4B4E

View file

@ -16,6 +16,11 @@ jobs:
steps:
# get the repo first
- uses: https://code.forgejo.org/actions/checkout@v4
- name: "Get LFS objects"
uses: https://forgejo.skynet.ie/Skynet/actions-deploy-to-skynet/get_lfs@v3
with:
repository: ${{ gitea.repository }}
ref_name: ${{ gitea.ref_name }}
- name: "Build it locally"
run: nix build --verbose
@ -26,7 +31,7 @@ jobs:
needs: [ build ]
steps:
- name: "Deploy to Skynet"
uses: https://forgejo.skynet.ie/Skynet/actions-deploy-to-skynet@v2
uses: https://forgejo.skynet.ie/Skynet/actions-deploy-to-skynet/deploy@v3
with:
input: 'compsoc_public'
token: ${{ secrets.API_TOKEN_FORGEJO }}