Skip to content

Commit

Permalink
try it again
Browse files Browse the repository at this point in the history
Signed-off-by: Soc Virnyl Estela <[email protected]>
  • Loading branch information
uncomfyhalomacro committed Nov 18, 2023
1 parent 4f1d5d3 commit d3384fd
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 77 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,24 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Install Rust
uses: dtolnay/rust-toolchain@stable

- name: Install dependencies
run: |
sudo apt-get update -y
sudo apt-get install -y libzstd-dev
sudo apt-get install -y libzstd-dev zstd
- name: Build
run: |
rm Cargo.lock
cargo update
cargo build --release --all-features
- name: Check formatting
run: |
cargo fmt -- --check
- name: Run sample projects to test
run: |
chmod +x runtests.sh
Expand Down
Loading

0 comments on commit d3384fd

Please sign in to comment.