We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc2f4b1 commit 35c770aCopy full SHA for 35c770a
.github/workflows/CodeQL_AIO_Native_Runner_Example.yml
@@ -118,19 +118,13 @@ jobs:
118
with:
119
languages: ${{ matrix.language }}
120
121
- - name: Install dependencies
122
- run: |
123
- apt-get update && apt-get upgrade -y --no-install-recommends && \
124
- apt-get install -y wget && \
125
- apt-get install -y curl
126
-
127
- name: Setup .NET
128
uses: actions/setup-dotnet@v3
129
130
dotnet-version: 7.0.x
131
132
- name: Build with dotnet
133
- working-directory: /home/runner/work/CodeQL_containerizedApp/CodeQL_containerizedApp/Example03_Csharp/WebGoatCore/
+ working-directory: D:\a\CodeQL_containerizedApp\CodeQL_containerizedApp\Example03_Csharp\WebGoatCore\
134
run: dotnet build WebGoatCore.csproj
135
136
# - name: Autobuild
0 commit comments