Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rmitsuboshi committed Oct 20, 2024
1 parent f2fdba3 commit b56f755
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 @@ -5,15 +5,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: cargo build --release -F extended
uses: actions/checkout@v4
- uses: actions/checkout@v4
windows:
runs-on: windows-latest
steps:
- run: cargo build --release -F extended
uses: actions/checkout@v4
- uses: actions/checkout@v4
macos:
runs-on: macos-latest
steps:
- run: cargo build --release -F extended
uses: actions/checkout@v4
- uses: actions/checkout@v4

0 comments on commit b56f755

Please sign in to comment.