diff --git a/.github/deps/Linux/.state_install_root b/.github/deps/Linux/.state_install_root deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/.github/deps/Linux/bin/state b/.github/deps/Linux/bin/state deleted file mode 100755 index 420ba98518..0000000000 Binary files a/.github/deps/Linux/bin/state and /dev/null differ diff --git a/.github/deps/Linux/bin/state-svc b/.github/deps/Linux/bin/state-svc deleted file mode 100755 index ca577d583b..0000000000 Binary files a/.github/deps/Linux/bin/state-svc and /dev/null differ diff --git a/.github/deps/Windows/.state_install_root b/.github/deps/Windows/.state_install_root deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/.github/deps/Windows/bin/state-svc.exe b/.github/deps/Windows/bin/state-svc.exe deleted file mode 100644 index c9f3a46223..0000000000 Binary files a/.github/deps/Windows/bin/state-svc.exe and /dev/null differ diff --git a/.github/deps/Windows/bin/state.exe b/.github/deps/Windows/bin/state.exe deleted file mode 100644 index 555fdf8423..0000000000 Binary files a/.github/deps/Windows/bin/state.exe and /dev/null differ diff --git a/.github/deps/macOS/.state_install_root b/.github/deps/macOS/.state_install_root deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/.github/deps/macOS/bin/state b/.github/deps/macOS/bin/state deleted file mode 100755 index 2ec3b34c38..0000000000 Binary files a/.github/deps/macOS/bin/state and /dev/null differ diff --git a/.github/deps/macOS/bin/state-svc b/.github/deps/macOS/bin/state-svc deleted file mode 100755 index 5a85857d29..0000000000 Binary files a/.github/deps/macOS/bin/state-svc and /dev/null differ diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3cd8f92954..e42f94901b 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,6 +77,10 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} + - # === Install State Tool === + name: Install State Tool + uses: ActiveState/setup-state-tool@v1 + - # === Setup === name: Setup shell: bash diff --git a/.github/workflows/propagate.yml b/.github/workflows/propagate.yml index b5d5048b08..7486ec6a7a 100644 --- a/.github/workflows/propagate.yml +++ b/.github/workflows/propagate.yml @@ -42,6 +42,10 @@ jobs: with: go-version: ${{ matrix.go-version }} + - # === Install State Tool === + name: Install State Tool + uses: ActiveState/setup-state-tool@v1 + - # === Setup === name: Setup shell: bash diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 188adc8487..68350a8700 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,6 +39,10 @@ jobs: with: go-version: ${{ matrix.go-version }} + - # === Install State Tool === + name: Install State Tool + uses: ActiveState/setup-state-tool@v1 + - # === Setup === name: Setup shell: bash diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 78fde2fe8b..0fd24fd16e 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -39,6 +39,10 @@ jobs: with: go-version: '1.20.x' + - # === Install State Tool === + name: Install State Tool + uses: ActiveState/setup-state-tool@v1 + - # === Setup === name: Setup shell: bash