diff --git a/.forgejo/build-service/action.yml b/.forgejo/build-service/action.yml index 6d71e5c..7343534 100644 --- a/.forgejo/build-service/action.yml +++ b/.forgejo/build-service/action.yml @@ -5,7 +5,6 @@ inputs: runs: using: "composite" steps: - - uses: actions/checkout@v4 - run: | mkdir -pv artifacts cargo build --release --bin ${{ inputs.service-name }} diff --git a/.forgejo/workflows/build-all.yml b/.forgejo/workflows/build-all.yml index d834f16..11c072d 100644 --- a/.forgejo/workflows/build-all.yml +++ b/.forgejo/workflows/build-all.yml @@ -5,6 +5,7 @@ jobs: container: image: rust:1-bookworm steps: + - uses: actions/checkout@v4 - id: asklyphe-auth-frontend uses: ./.forgejo/build-service with: