From 22d1b2e260778bd2b4e6b8d06ea8eb7d67a6ccad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikuro=E3=81=95=E3=81=84=E3=81=AA?= Date: Sun, 29 Jan 2023 03:52:35 +0900 Subject: [PATCH] ci: Remove get-cmake (#31) --- .github/workflows/publish.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a311680f..474ca51d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,8 +16,6 @@ jobs: steps: - uses: actions/checkout@v3 - - - uses: lukka/get-cmake@latest - uses: actions-rs/toolchain@v1 with: profile: minimal