From 408735621e51a5b3a67652cc602f1f429bfe7ca1 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Sat, 4 Jan 2020 20:15:40 -0800 Subject: [PATCH] Delete extraneous comment in workflow file type: reform --- .github/workflows/rust.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index 8a14a33..8e7e9af 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -2,13 +2,6 @@ name: Rust on: [push] -# - name: Prepare - macOS -# if: matrix.os == 'macos-latest' -# run: | -# curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y -# - name: Update -# run: rustup update stable - jobs: build: strategy: