Skip to content

Commit

Permalink
fix stackoverflow
Browse files Browse the repository at this point in the history
fix decompression error in latest nightly rust

remove unused header
  • Loading branch information
zhangli20 committed Jun 30, 2024
1 parent 2c1354a commit 1ea9627
Show file tree
Hide file tree
Showing 8 changed files with 292 additions and 152 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/enwik8-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly
rustflags: --allow warnings -C target-feature=+aes


- name: Build
run: cargo build --release
Expand Down
Loading

0 comments on commit 1ea9627

Please sign in to comment.