Skip to content

Commit

Permalink
No win testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pepa65 committed Oct 4, 2024
1 parent 26f4e15 commit 09309f1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,9 @@ env:
CARGO_TERM_COLOR: always

jobs:

build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: RUSTFLAGS='-C target-feature=+crt-static' sudo apt-get update && cargo build --verbose --release --target x86_64-unknown-linux-gnu

build-win:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose --release

0 comments on commit 09309f1

Please sign in to comment.