Skip to content

Commit a30ed2e

Browse files
authored
ci: use latest version of watcher (#1456)
1 parent 565b3a9 commit a30ed2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)