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/pull_request.yml | |
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/pull_request.yml')
-rw-r--r-- | .github/workflows/pull_request.yml | 4 |
1 files changed, 2 insertions, 2 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 | ||