Skip to content

Commit

Permalink
Make cache dir on job start
Browse files Browse the repository at this point in the history
  • Loading branch information
lunkwill42 committed Dec 1, 2023
1 parent 7a6c217 commit 86d8350
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Create packer cache directory
run: |
mkdir -p $PACKER_CACHE
- name: Get ISO checksums
id: get-checksum
run: |
Expand Down

0 comments on commit 86d8350

Please sign in to comment.