diff --git a/.github/workflows/build-to-all-latest-snapshots.yml b/.github/workflows/build-to-all-latest-snapshots.yml index 6e90877..2e59378 100644 --- a/.github/workflows/build-to-all-latest-snapshots.yml +++ b/.github/workflows/build-to-all-latest-snapshots.yml @@ -55,7 +55,6 @@ jobs: fetch-depth: 0 - name: Checkout snapshot commit in openwrt repo - working-directory: ./openwrt run: git checkout ${{ env.SNAPSHOT_COMMIT_SHA}} - name: Building kernel and tools