Skip to content

Commit 2ca148a

Browse files
committed
WIP basic rust install
1 parent 05cead3 commit 2ca148a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
31-
- uses: dtolnay/rust-toolchain@master
32-
with:
33-
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
31+
- run: |
32+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
3433
- run: cargo test -p stackable-versioned-macros

0 commit comments

Comments
 (0)