Skip to content

Commit

Permalink
Fix GitHub CI feature flag issue
Browse files Browse the repository at this point in the history
  • Loading branch information
greatest-ape committed May 3, 2024
1 parent 67210fb commit 9cd5b1b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ jobs:
- uses: actions/checkout@v3
- name: Install latest stable Rust
uses: dtolnay/rust-toolchain@stable
- name: Install dependencies
run: sudo apt-get update -y && sudo apt-get install libhwloc-dev -y
- name: Setup Rust dependency caching
uses: Swatinem/rust-cache@v2
- name: Build
run: |
cargo build --verbose -p aquatic_udp --features "cpu-pinning"
cargo build --verbose -p aquatic_udp
cargo build --verbose -p aquatic_http
cargo build --verbose -p aquatic_ws --features "prometheus"
cargo build --verbose -p aquatic_ws
build-macos:
runs-on: macos-latest
Expand All @@ -46,8 +44,6 @@ jobs:
- uses: actions/checkout@v3
- name: Install latest stable Rust
uses: dtolnay/rust-toolchain@stable
- name: Install dependencies
run: sudo apt-get update -y && sudo apt-get install libhwloc-dev -y
- name: Setup Rust dependency caching
uses: Swatinem/rust-cache@v2
- name: Run tests
Expand Down

0 comments on commit 9cd5b1b

Please sign in to comment.