Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pbo-linaro committed Oct 17, 2024
1 parent 1e7ef36 commit d1c0288
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: build-ccache-debug
path: /home/runner/cache.tar
path: /home/runner/
- run: pushd /home/runner/.cache/ccache && tar xvf /home/runner/cache.tar && popd
- uses: actions/upload-artifact@v3
- name: build debug
Expand All @@ -95,7 +95,7 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: build-ccache
path: /home/runner/cache.tar
path: /home/runner/
- run: pushd /home/runner/.cache/ccache && tar xvf /home/runner/cache.tar && popd
- name: build opt
run: ./run.sh amd64 ./build.sh opt
Expand All @@ -113,7 +113,7 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: build-ccache
path: /home/runner/cache.tar
path: /home/runner/
- run: pushd /home/runner/.cache/ccache && tar xvf /home/runner/cache.tar && popd
- name: build opt
run: ./run.sh amd64 ./build.sh opt
Expand All @@ -131,7 +131,7 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: build-ccache
path: /home/runner/cache.tar
path: /home/runner/
- run: pushd /home/runner/.cache/ccache && tar xvf /home/runner/cache.tar && popd
- name: build opt
run: ./run.sh amd64 ./build.sh opt
Expand Down

0 comments on commit d1c0288

Please sign in to comment.