Skip to content

Commit

Permalink
action changed
Browse files Browse the repository at this point in the history
  • Loading branch information
biandratti committed Jan 1, 2024
1 parent d2605cc commit b4369bd
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
uses: moonrepo/setup-rust@v1
- name: Build and test
run: cd rust-module && cargo build --verbose && cargo test --verbose
- name: Check code formatting
Expand All @@ -33,9 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
uses: moonrepo/setup-rust@v1
- name: Set up SBT
uses: coursier/setup-action@v1
with:
Expand All @@ -45,7 +41,8 @@ jobs:
run: sbt checkFormat
- name: Scalafix Lint
run: sbt scalafixLint
- uses: ./.github/actions/linux-setup-env
- name: Setup s2n
uses: ./.github/actions/linux-setup-env
- name: Build and compile Rust lib
run: cd rust-module && cargo build --release
- name: Build Scala native binary
Expand Down

0 comments on commit b4369bd

Please sign in to comment.