We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2364b1b commit d4af3aaCopy full SHA for d4af3aa
.github/workflows/build-cmake.yml
@@ -8,7 +8,6 @@ jobs:
8
steps:
9
- name: Checkout
10
uses: actions/checkout@v4
11
- run: "Building branch ${{ github.ref }} from repo ${{ github.repository }}"
12
- name: Configure with CMake
13
run: cmake -B ${{github.workspace}}/build
14
- name: Build main project
0 commit comments