ci: upgrade watcher to the latest stable version (#1385)

* ci: workaround to compile the latest version of watcher

* remove workaround
This commit is contained in:
Kévin Dunglas
2025-02-18 09:17:44 +01:00
committed by GitHub
parent 30bf69cbe5
commit d970309544

View File

@@ -19,7 +19,7 @@ runs:
name: Compile e-dant/watcher
run: |
mkdir watcher
gh release download 0.13.2 --repo e-dant/watcher -A tar.gz -O - | tar -xz -C watcher --strip-components 1
gh release download --repo e-dant/watcher -A tar.gz -O - | tar -xz -C watcher --strip-components 1
cd watcher
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build