Skip to content

Commit d2db8aa

Browse files
committed
fix
1 parent 2068806 commit d2db8aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
ninjaVersion: ~1
8080

8181
- name: ⚙️ run-cmake (configure)
82-
uses: run-cmake@v0-alpha
82+
uses: cmake-tools/run-cmake@v0-alpha
8383
id: configure
8484
with:
8585
mode: configure
@@ -89,7 +89,7 @@ jobs:
8989
binary_dir: ${{ env.CMAKE_BINARY_PREFIX }}
9090
configure_warnings: developer
9191
list_cache_variables: advanced_help
92-
variable: |
92+
variables: |
9393
CMAKE_BUILD_TYPE:STRING=${{ env.CMAKE_BUILD_TYPE }}
9494
9595
- name: 🛠️ run-cmake (build)

0 commit comments

Comments
 (0)