File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1313 pre-commit:
1414 runs-on: ubuntu-latest
1515 steps:
16- - uses: actions/checkout@v3
17- with:
18- # Need to grab the history of the PR
19- fetch-depth: 0
16+ - uses: actions/checkout@v4
2017 - uses: actions-rs/toolchain@v1
2118 with:
2219 profile: default
@@ -29,19 +26,21 @@ jobs:
2926 uses: Swatinem/rust-cache@v2
3027 with:
3128 workspaces: |
29+ apps/fortuna
30+ apps/hermes/server
3231 target_chains/ethereum/sdk/stylus
3332 target_chains/cosmwasm
3433 target_chains/fuel/contracts
3534 target_chains/solana
3635 governance/remote_executor
3736 lazer
3837 pythnet/message_buffer
38+ pythnet/pythnet_sdk
3939 pythnet/stake_caps_parameters
4040 - name: Install protoc
4141 uses: arduino/setup-protoc@v3
4242 with:
4343 repo-token: ${{ secrets.GITHUB_TOKEN }}
44- - uses: actions/checkout@v4
4544 - name: Install poetry
4645 run: pipx install poetry
4746 - name: Install g++ 12
You can’t perform that action at this time.
0 commit comments