Skip to content

Commit

Permalink
Merge branch 'main' into chore/error-source
Browse files Browse the repository at this point in the history
  • Loading branch information
yukiiiteru authored Nov 5, 2024
2 parents 1b44d6a + 092f318 commit 4078722
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ jobs:
toolchain: ${{matrix.rust}}
- name: Run tests
run: |
apt update
apt install -y libssl-dev
bash scripts/clippy-and-test.sh
test-linux-aarch64:
Expand All @@ -93,8 +91,6 @@ jobs:
toolchain: ${{matrix.rust}}
- name: Run tests
run: |
apt update
apt install -y libssl-dev
bash scripts/clippy-and-test.sh
test-macos:
Expand Down

0 comments on commit 4078722

Please sign in to comment.