fix(ci-cd): Fix ci:cd

This commit is contained in:
Myzel394 2024-10-20 13:41:17 +02:00
parent c42329093e
commit 76180857bf
No known key found for this signature in database
GPG Key ID: ED20A1D1D423AF3F

View File

@ -95,6 +95,10 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: cachix/install-nix-action@v27
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with: