Skip to content

Commit 35c770a

Browse files
committed
AIO Build Default Runners
1 parent dc2f4b1 commit 35c770a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/CodeQL_AIO_Native_Runner_Example.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -118,19 +118,13 @@ jobs:
118118
with:
119119
languages: ${{ matrix.language }}
120120

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-
127121
- name: Setup .NET
128122
uses: actions/setup-dotnet@v3
129123
with:
130124
dotnet-version: 7.0.x
131125

132126
- name: Build with dotnet
133-
working-directory: /home/runner/work/CodeQL_containerizedApp/CodeQL_containerizedApp/Example03_Csharp/WebGoatCore/
127+
working-directory: D:\a\CodeQL_containerizedApp\CodeQL_containerizedApp\Example03_Csharp\WebGoatCore\
134128
run: dotnet build WebGoatCore.csproj
135129

136130
# - name: Autobuild

0 commit comments

Comments
 (0)