Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyWoo committed Sep 12, 2024
1 parent 71ba8df commit 0bd63df
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 @@ -24,7 +24,7 @@ jobs:
- name: Generate Makefile
run: |
export CC=`which clang` CXX=`which clang++`
cmake -G Ninja -B ./build -DCMAKE_BUILD_TYPE=${{ inputs.build_type }}${{ inputs.sanitize && ' -DSANITIZE=' + inputs.sanitize || '' }}
cmake -G Ninja -B ./build -DCMAKE_BUILD_TYPE=${{ inputs.build_type }} ${{ inputs.sanitize && format(' -DSANITIZE={0}', inputs.sanitize) || '' }}
- name: Build
working-directory: ${{ github.workspace }}/build
Expand Down

0 comments on commit 0bd63df

Please sign in to comment.