Skip to content

Commit

Permalink
Fix a typo in CI, x86 was spelled x84
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen committed Apr 30, 2024
1 parent d050f3c commit f481424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
settings:
- host: macos-latest
target: x86_64-apple-darwin
build: yarn build --target x84_64-apple-darwin
build: yarn build --target x86_64-apple-darwin
- host: windows-latest
build: yarn build
target: x86_64-pc-windows-msvc
Expand Down

0 comments on commit f481424

Please sign in to comment.