Skip to content

Commit

Permalink
ci: Fix check-aptos-lc-compiles (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburnham authored Jun 5, 2024
1 parent 7e22b81 commit 4bd81cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 75 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,15 +186,12 @@ jobs:
cd sphinx/cli
cargo install --locked --force --path .
cargo prove install-toolchain
echo "RUSTFLAGS=${{env.RUSTFLAGS}} --cfg tokio_unstable" | tee -a $GITHUB_ENV
- uses: actions/checkout@v4
with:
repository: "wormhole-foundation/${{ env.DOWNSTREAM_REPO }}"
path: ${{ github.workspace }}/${{ env.DOWNSTREAM_REPO }}
token: ${{ secrets.REPO_TOKEN }}
- name: Setup aptos CI
uses: ./example-zk-light-clients-internal/.github/actions/setup
with:
pull_token: ${{ secrets.REPO_TOKEN }}
- uses: ./ci-workflows/.github/actions/check-downstream-compiles
with:
upstream-path: "${{ env.UPSTREAM_REPO }}"
Expand Down
71 changes: 0 additions & 71 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4bd81cc

Please sign in to comment.