Skip to content

Commit

Permalink
update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
rmitsuboshi committed Oct 20, 2024
1 parent 5f6df9c commit b60623a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: cargo build check
name: cargo build check (no extend feature)
on: push
jobs:
ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo build --release -F extended
- run: cargo build --release
windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- run: cargo build --release -F extended
- run: cargo build --release
macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- run: cargo build --release -F extended
- run: cargo build --release

0 comments on commit b60623a

Please sign in to comment.