Skip to content

Commit

Permalink
Fix trailing quote.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd committed Sep 19, 2024
1 parent 516dc3a commit a9a4b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_linux_arm64_clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
IREE_WRITE_REMOTE_CCACHE: ${{ needs.setup.outputs.write-caches }}
CCACHE_NAMESPACE: ci_linux_arm64_clang
run: |
export IREE_CCACHE_GCP_TOKEN=$(gcloud auth application-default print-access-token)"
export IREE_CCACHE_GCP_TOKEN=$(gcloud auth application-default print-access-token)
./build_tools/cmake/build_all.sh "${BUILD_DIR}"
- name: "Testing IREE"
env:
Expand Down

0 comments on commit a9a4b4a

Please sign in to comment.