From 0fab014c038b36725116d73f84bc17b6c0a8fb82 Mon Sep 17 00:00:00 2001 From: Marko Lahma Date: Sun, 9 Oct 2022 05:56:12 +0300 Subject: [PATCH] remove commented items --- .github/workflows/pr_ci.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/pr_ci.yml b/.github/workflows/pr_ci.yml index 9229b548a191..d7a648a211ed 100644 --- a/.github/workflows/pr_ci.yml +++ b/.github/workflows/pr_ci.yml @@ -15,16 +15,6 @@ jobs: name: Build & Test steps: - uses: actions/checkout@v2 -# Node.JS 16 is included by default -# - uses: actions/setup-node@v2 -# with: -# node-version: "15" -# NET 6 is included by default -# - name: Setup .NET 6.0 -# uses: actions/setup-dotnet@v1 -# with: -# dotnet-version: 6.0.x -# include-prerelease: true - uses: actions/cache@v3 with: path: ~/.nuget/packages