Skip to content

Commit 0d0d338

Browse files
committed
fix
1 parent d2db8aa commit 0d0d338

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
@@ -93,15 +93,15 @@ jobs:
9393
CMAKE_BUILD_TYPE:STRING=${{ env.CMAKE_BUILD_TYPE }}
9494
9595
- name: 🛠️ run-cmake (build)
96-
uses: ./
96+
uses: cmake-tools/run-cmake@v0-alpha
9797
id: build
9898
with:
9999
mode: build
100100
clean_first: true
101101
build_verbose: true
102102

103103
- name: 📥 run-cmake (install)
104-
uses: ./
104+
uses: cmake-tools/run-cmake@v0-alpha
105105
id: install
106106
with:
107107
mode: install

0 commit comments

Comments
 (0)