Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sushichop committed Jun 15, 2021
1 parent 12dc085 commit 4e78c7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
make-tatget: [bazel-build, camke-build, ninja-build]
make-tatget: [bazel-build, cmake-build, ninja-build]
xcode: [12.4]
fail-fast: false
env:
Expand All @@ -88,7 +88,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
make-tatget: [bazel-build-linux, camke-build-linux, ninja-build-linux]
make-tatget: [bazel-build-linux, cmake-build-linux, ninja-build-linux]
swift-version: [5.3.2]
fail-fast: false
steps:
Expand Down

0 comments on commit 4e78c7f

Please sign in to comment.