From 21d73ab2cbed4f04af71fe3771f11b2e0a0fef46 Mon Sep 17 00:00:00 2001 From: Yuwei Ba Date: Sun, 3 Mar 2024 05:11:08 +1100 Subject: [PATCH] Update ci.yml (#281) --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab12a971b..254a84b22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,9 +28,6 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive - - uses: actions/setup-go@v5 - with: - go-version: '1.20' - uses: ilammy/setup-nasm@v1 - uses: dtolnay/rust-toolchain@stable with: