From 1f27979cae269735b1fb416ae2041fc8ef17af08 Mon Sep 17 00:00:00 2001 From: "John L. Singleton" Date: Wed, 29 Nov 2023 17:12:58 -0500 Subject: [PATCH] fixup --- .github/actions/install-qlt-local/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/install-qlt-local/action.yml b/.github/actions/install-qlt-local/action.yml index 8c12761..ae6dd29 100644 --- a/.github/actions/install-qlt-local/action.yml +++ b/.github/actions/install-qlt-local/action.yml @@ -29,8 +29,10 @@ runs: dotnet-version: 6.0.x - name: Restore dependencies + shell: bash run: dotnet restore - name: Build + shell: bash run: dotnet build -c Release --no-restore # create archive in \src\CodeQLToolkit.Core\bin\Release\net6.0\publish\linux-x64