Skip to content

Commit d970309

Browse files
authored
ci: upgrade watcher to the latest stable version (#1385)
* ci: workaround to compile the latest version of watcher * remove workaround
1 parent 30bf69c commit d970309

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/watcher/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
name: Compile e-dant/watcher
2020
run: |
2121
mkdir watcher
22-
gh release download 0.13.2 --repo e-dant/watcher -A tar.gz -O - | tar -xz -C watcher --strip-components 1
22+
gh release download --repo e-dant/watcher -A tar.gz -O - | tar -xz -C watcher --strip-components 1
2323
cd watcher
2424
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
2525
cmake --build build

0 commit comments

Comments
 (0)