Skip to content

Commit

Permalink
fix env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkMyCar committed Jul 26, 2024
1 parent 6a1e8f1 commit ca41c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
build:
name: build clang x86-64
env:
CLANG_ARCH:"x86-64"
CLANG_ARCH: "x86-64"
runs-on: toolchains-ubuntu-22.04-x86
steps:
- name: Install required tools
Expand Down

0 comments on commit ca41c76

Please sign in to comment.