Skip to content

Commit

Permalink
Dont forget to make the drivers directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Stringy committed May 10, 2024
1 parent 7f1f47a commit 7239fb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ jobs:
- name: Download drivers
if: matrix.arch == 'ppc64le'
run: |
mkdir -p "${CONTEXT_DRIVERS_DIR}"
GCP_BUCKET="gs://${{ inputs.arch-drivers-bucket }}/${{ matrix.arch }}"
gsutil -m rsync -r "${GCP_BUCKET}/${DRIVER_VERSION}/" \
"${CONTEXT_DRIVERS_DIR}"
Expand Down

0 comments on commit 7239fb8

Please sign in to comment.