Skip to content

Commit

Permalink
Update build-x86.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chbinousamy committed Oct 7, 2023
1 parent c6ab914 commit 7bd3f6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
id: restore-build
with:
path: ./can-utils-trunk.tar.gz
key: ${{ github.sha }}

testsetup:
runs-on: ubuntu-latest
Expand All @@ -28,6 +29,7 @@ jobs:
id: restore-build
with:
path: ./can-utils-trunk.tar.gz
key: ${{ github.sha }}
- run: |
tar -xf can-utils-trunk.tar.gz
- name: test
Expand Down

0 comments on commit 7bd3f6e

Please sign in to comment.