Skip to content

Commit

Permalink
ci: fix gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
molingyu committed Sep 5, 2024
1 parent 7a880d4 commit 00c3729
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
python-version: '3.10'
- run: pip install jinja2

- name: Code Gen
run: python ${{github.workspace}}/gen/gen.py

- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}

Expand All @@ -43,6 +46,9 @@ jobs:
python-version: '3.10'
- run: pip install jinja2

- name: Code Gen
run: python ${{github.workspace}}/gen/gen.py

- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_CXX_COMPILER=clang++-14 -DCMAKE_C_COMPILER=clang

Expand All @@ -65,6 +71,9 @@ jobs:
python-version: '3.10'
- run: pip install jinja2

- name: Code Gen
run: python ${{github.workspace}}/gen/gen.py

- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}

Expand All @@ -87,6 +96,9 @@ jobs:
python-version: '3.10'
- run: pip install jinja2

- name: Code Gen
run: python ${{github.workspace}}/gen/gen.py

- name: Setup MSVC dev command prompt
uses: TheMrMilchmann/setup-msvc-dev@v3
with:
Expand Down

0 comments on commit 00c3729

Please sign in to comment.