Skip to content

Commit

Permalink
Fix Golang CI (#1034)
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Jastrzebski <[email protected]>
  • Loading branch information
haaawk authored Feb 15, 2024
1 parent 970845b commit 111b783
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/golang-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- name: Set up Go
uses: actions/setup-go@v3
with:
cache: true
go-version: '>=1.21'

# needed because we run out of disk space during tests
- name: Free Disk Space (Ubuntu)
Expand All @@ -29,6 +23,11 @@ jobs:
# when set to "true" but frees about 6 GB
tool-cache: true

- uses: dtolnay/rust-toolchain@stable
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '>=1.21'
- name: get TCL
run: sudo apt-get install -y tcl8.6-dev

Expand Down

0 comments on commit 111b783

Please sign in to comment.