Skip to content

Commit

Permalink
Add missing feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
NickAcPT committed Aug 12, 2024
1 parent e621000 commit e621000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
target: ${{ matrix.target }}

- name: Build
run: cargo build --release --bin=nmsr-aas --package=nmsr-aas --verbose
run: cargo build --release --bin=nmsr-aas --package=nmsr-aas --features=ears --verbose

- name: Archive
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit e621000

Please sign in to comment.