Skip to content

Commit

Permalink
SM-1444: Undo last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonhurst committed Sep 18, 2024
1 parent 6921491 commit 1c5e1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-rust-cross-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: cargo zigbuild -p bitwarden-c --target ${{ matrix.settings.target }} --release

# Build Rust for windows-gnu
- name: Build Rust for - x86_64-pc-windows-gnu
- name: Build Rust for - ${{ matrix.settings.target }}
if: ${{ matrix.settings.target == 'x86_64-pc-windows-gnu' }}
env:
RUSTFLAGS: "-D warnings"
Expand Down

0 comments on commit 1c5e1f4

Please sign in to comment.