mirror of
https://github.com/dunglas/frankenphp.git
synced 2025-12-24 13:38:11 +08:00
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:
2
.github/actions/watcher/action.yaml
vendored
2
.github/actions/watcher/action.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user