mirror of
https://github.com/wagesj45/butterflow-ui.git
synced 2024-11-12 21:03:34 -06:00
Update codeql-analysis.yml
Trying to fix the build.
This commit is contained in:
parent
7bb60e61bf
commit
1c5a971bb5
1 changed files with 5 additions and 0 deletions
5
.github/workflows/codeql-analysis.yml
vendored
5
.github/workflows/codeql-analysis.yml
vendored
|
@ -51,6 +51,11 @@ jobs:
|
|||
# If this step fails, then you should remove it and run the build manually (see below)
|
||||
#- name: Autobuild
|
||||
# uses: github/codeql-action/autobuild@v1
|
||||
- uses: actions/checkout@main
|
||||
- uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: '4.7.x' # SDK Version to use; x will use the latest version of the 3.1 channel
|
||||
- run: dotnet build butterflow-ui
|
||||
|
||||
# ℹ️ Command-line programs to run using the OS shell.
|
||||
# 📚 https://git.io/JvXDl
|
||||
|
|
Loading…
Reference in a new issue