Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrise committed Apr 29, 2024
1 parent bd9d3a4 commit b3a531b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 32 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/test-slim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Checkout submodule
uses: actions/checkout@v4
with:
repository: omnius-labs/core-rs
path: refs/core-rs
ssh-key: ${{ secrets.PRIVATE_REPO_SSH_KEY }}
persist-credentials: true
- name: Update submodule
run: git submodule update --init
submodules: "recursive"

- name: Setup rust toolchain
uses: dtolnay/rust-toolchain@1.72.1
Expand All @@ -49,15 +42,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Checkout submodule
uses: actions/checkout@v4
with:
repository: omnius-labs/core-rs
path: refs/core-rs
ssh-key: ${{ secrets.PRIVATE_REPO_SSH_KEY }}
persist-credentials: true
- name: Update submodule
run: git submodule update --init
submodules: "recursive"

- name: Setup rust toolchain
uses: dtolnay/rust-toolchain@1.72.1
Expand Down
18 changes: 2 additions & 16 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Checkout submodule
uses: actions/checkout@v4
with:
repository: omnius-labs/core-rs
path: refs/core-rs
ssh-key: ${{ secrets.PRIVATE_REPO_SSH_KEY }}
persist-credentials: true
- name: Update submodule
run: git submodule update --init
submodules: "recursive"

- name: Setup rust toolchain
uses: dtolnay/rust-toolchain@1.72.1
Expand All @@ -48,15 +41,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Checkout submodule
uses: actions/checkout@v4
with:
repository: omnius-labs/core-rs
path: refs/core-rs
ssh-key: ${{ secrets.PRIVATE_REPO_SSH_KEY }}
persist-credentials: true
- name: Update submodule
run: git submodule update --init
submodules: "recursive"

- name: Setup rust toolchain
uses: dtolnay/rust-toolchain@1.72.1
Expand Down

0 comments on commit b3a531b

Please sign in to comment.