Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rmitsuboshi committed Oct 20, 2024
1 parent 0d02ff6 commit f2fdba3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ jobs:
ubuntu:
runs-on: ubuntu-latest
steps:
- run: echo "Build check on ${{ runner.name }}"
- run: cargo build --release -F extended
uses: actions/checkout@v4
windows:
runs-on: windows-latest
steps:
- run: echo "Build check on ${{ runner.name }}"
- run: cargo build --release -F extended
uses: actions/checkout@v4
macos:
runs-on: macos-latest
steps:
- run: echo "Build check on ${{ runner.name }}"
- run: cargo build --release -F extended
uses: actions/checkout@v4

0 comments on commit f2fdba3

Please sign in to comment.