From d970309544cebb71b65cdeb628e80dc83f0b516f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Tue, 18 Feb 2025 09:17:44 +0100 Subject: [PATCH] ci: upgrade watcher to the latest stable version (#1385) * ci: workaround to compile the latest version of watcher * remove workaround --- .github/actions/watcher/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/watcher/action.yaml b/.github/actions/watcher/action.yaml index df09bef2..2025f65c 100644 --- a/.github/actions/watcher/action.yaml +++ b/.github/actions/watcher/action.yaml @@ -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