diff options
author | FxQnLr <[email protected]> | 2024-06-17 12:44:07 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-06-17 12:44:07 +0200 |
commit | e3752e54cb0e77128a2c2583c23ddaa312d38a5f (patch) | |
tree | 37a5f6bd5e7a61bcd7102970fde5b815ffd3ab78 /.github/workflows | |
parent | 38025a3e35c960ed03f520f911b40608b9f9abd3 (diff) | |
parent | eabad98a15d7b0532bf2d601c6d8533f4d0a8eca (diff) | |
download | webol-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')
-rw-r--r-- | .github/workflows/pull_request.yml | 4 | ||||
-rw-r--r-- | .github/workflows/push.yml | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 663f437..3029919 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.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 | ||
@@ -23,7 +23,7 @@ jobs: | |||
23 | runs-on: ubuntu-latest | 23 | runs-on: ubuntu-latest |
24 | steps: | 24 | steps: |
25 | - name: Run sccache-cache | 25 | - name: Run sccache-cache |
26 | uses: mozilla-actions/[email protected].3 | 26 | uses: mozilla-actions/[email protected].4 |
27 | 27 | ||
28 | - uses: actions/checkout@v4 | 28 | - uses: actions/checkout@v4 |
29 | 29 | ||
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 |