summaryrefslogtreecommitdiff
path: root/.github/workflows/push.yml
diff options
context:
space:
mode:
authorFxQnLr <[email protected]>2024-06-17 12:44:07 +0200
committerGitHub <[email protected]>2024-06-17 12:44:07 +0200
commite3752e54cb0e77128a2c2583c23ddaa312d38a5f (patch)
tree37a5f6bd5e7a61bcd7102970fde5b815ffd3ab78 /.github/workflows/push.yml
parent38025a3e35c960ed03f520f911b40608b9f9abd3 (diff)
parenteabad98a15d7b0532bf2d601c6d8533f4d0a8eca (diff)
downloadwebol-e3752e54cb0e77128a2c2583c23ddaa312d38a5f.tar
webol-e3752e54cb0e77128a2c2583c23ddaa312d38a5f.tar.gz
webol-e3752e54cb0e77128a2c2583c23ddaa312d38a5f.zip
Merge pull request #39 from FxQnLr/sccachev0.4.2
add sccache to docker and bump sccache version
Diffstat (limited to '.github/workflows/push.yml')
-rw-r--r--.github/workflows/push.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml
index 30edefa..15b1909 100644
--- a/.github/workflows/push.yml
+++ b/.github/workflows/push.yml
@@ -12,7 +12,7 @@ jobs:
12 runs-on: ubuntu-latest 12 runs-on: ubuntu-latest
13 steps: 13 steps:
14 - name: Run sccache-cache 14 - name: Run sccache-cache
15 uses: mozilla-actions/[email protected].3 15 uses: mozilla-actions/[email protected].4
16 16
17 - uses: actions/checkout@v4 17 - uses: actions/checkout@v4
18 18
@@ -20,8 +20,12 @@ jobs:
20 - run: cargo clippy --release 20 - run: cargo clippy --release
21 21
22 docker: 22 docker:
23 needs: test
23 runs-on: ubuntu-latest 24 runs-on: ubuntu-latest
24 steps: 25 steps:
26 - name: Run sccache-cache
27 uses: mozilla-actions/[email protected]
28
25 - name: Checkout 29 - name: Checkout
26 uses: actions/checkout@v4 30 uses: actions/checkout@v4
27 - name: Docker meta 31 - name: Docker meta