Skip to content

Commit

Permalink
Workflow bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
GinOwO committed Sep 30, 2023
1 parent 8cf870b commit 0a238c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp-build-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install Qt
uses: jurplel/install-qt-action@v3
Expand All @@ -29,4 +29,4 @@ jobs:
run: sudo apt-get install ninja-build

- name: Build
run: cmake -S . -B build -G ${{ env.BUILD_GEN }} && cmake --build build --target ${{ env.BUILD_TYPE }}
run: cmake -S . -B build -G ${{ env.BUILD_GEN }} && cmake --build build --config ${{ env.BUILD_TYPE }}

0 comments on commit 0a238c4

Please sign in to comment.