Skip to content

Commit

Permalink
Install state tool for deploy job.
Browse files Browse the repository at this point in the history
This was missed in #2784.
  • Loading branch information
mitchell-as committed Oct 12, 2023
1 parent 0e255c2 commit a3f0c46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,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
Expand Down

0 comments on commit a3f0c46

Please sign in to comment.