From 111b783afadb792e4e5a943b249317c67c179fb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Jastrz=C4=99bski?= Date: Thu, 15 Feb 2024 18:08:13 +0100 Subject: [PATCH] Fix Golang CI (#1034) Signed-off-by: Piotr Jastrzebski --- .github/workflows/golang-bindings.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/golang-bindings.yml b/.github/workflows/golang-bindings.yml index 0781c08a19..e701d602f7 100644 --- a/.github/workflows/golang-bindings.yml +++ b/.github/workflows/golang-bindings.yml @@ -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) @@ -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