Skip to content

Commit

Permalink
Dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed Dec 20, 2024
1 parent b196bf7 commit f210b63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
uses: actions/download-artifact@v3
with:
name: 3.3.1.bcr.wip.tar.gz
path: /tmp/3.3.1.bcr.wip.tar.gz
path: /tmp/
- name: Download bcr
uses: actions/download-artifact@v3
with:
name: bcr.tar.gz
path: /tmp/bcr.tar.gz
path: /tmp/
- run: tar xzf /tmp/bcr.tar.gz
- run: registry_dir="$(pwd)/bazel-central-registry" && workspace="$(mktemp -d)" && cd "${workspace}" && echo 8.0.0 > .bazelversion && echo 'bazel_dep(name = "openssl", version = "3.3.1.bcr.wip")' > MODULE.bazel && bazel test --registry="file://${registry_dir}" @openssl//...

0 comments on commit f210b63

Please sign in to comment.