diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9f31f18..9a8cfde 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |