diff options
author | fxqnlr <[email protected]> | 2024-06-17 12:32:08 +0200 |
---|---|---|
committer | fxqnlr <[email protected]> | 2024-06-17 12:32:08 +0200 |
commit | 5dce8dea2536576e9740535ab265c370a50c10e4 (patch) | |
tree | c2347bf9c1c19cc7101fe3ece2d0f0d5c976d594 /.github/workflows | |
parent | 38025a3e35c960ed03f520f911b40608b9f9abd3 (diff) | |
download | webol-5dce8dea2536576e9740535ab265c370a50c10e4.tar webol-5dce8dea2536576e9740535ab265c370a50c10e4.tar.gz webol-5dce8dea2536576e9740535ab265c370a50c10e4.zip |
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 | 5 |
2 files changed, 6 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..200ee34 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 | ||
@@ -22,6 +22,9 @@ jobs: | |||
22 | docker: | 22 | docker: |
23 | runs-on: ubuntu-latest | 23 | runs-on: ubuntu-latest |
24 | steps: | 24 | steps: |
25 | - name: Run sccache-cache | ||
26 | uses: mozilla-actions/[email protected] | ||
27 | |||
25 | - name: Checkout | 28 | - name: Checkout |
26 | uses: actions/checkout@v4 | 29 | uses: actions/checkout@v4 |
27 | - name: Docker meta | 30 | - name: Docker meta |