From 3a97fef4bb4780e4bc2423699063d40cbf5da923 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 7 May 2020 22:37:40 +0200 Subject: Github can't build; I can - why? Just a random guess fix that github somehow managed to mess up the cross compiler.. --- .github/workflows/build.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to '.github') 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 -- cgit v1.2.3