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