Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
doutv committed Jun 3, 2024
1 parent 349f458 commit f271d54
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4

- name: Add SSH private keys for submodule repositories
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.CRYPTOGRAPHY_CUDA_READ_ONLY }}

- name: Install nightly toolchain
uses: dtolnay/rust-toolchain@nightly

Expand Down Expand Up @@ -73,6 +78,11 @@ jobs:
with:
targets: wasm32-unknown-unknown

- name: Add SSH private keys for submodule repositories
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.CRYPTOGRAPHY_CUDA_READ_ONLY }}

- name: Set up rust cache
uses: Swatinem/rust-cache@v2
with:
Expand Down Expand Up @@ -103,6 +113,11 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4

- name: Add SSH private keys for submodule repositories
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.CRYPTOGRAPHY_CUDA_READ_ONLY }}

- name: Install nightly toolchain
uses: dtolnay/rust-toolchain@master
with:
Expand Down Expand Up @@ -138,6 +153,11 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4

- name: Add SSH private keys for submodule repositories
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.CRYPTOGRAPHY_CUDA_READ_ONLY }}

- name: Install nightly toolchain
uses: dtolnay/rust-toolchain@nightly
with:
Expand Down

0 comments on commit f271d54

Please sign in to comment.