diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 602bce4..ab67c92 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,9 +1,6 @@ name: Project build -on: - push: - paths: - - 'src/**' +on: push jobs: build: @@ -18,7 +15,7 @@ jobs: uses: actions/cache@v1 with: path: cross - key: ${{ runner.os }}-cross + key: toller-compiler - name: Build cross compiler if: steps.cache-cross.outputs.cache-hit != 'true' run: sh run cross |