Skip to content

Commit bdb09b0

Browse files
committed
Debug VS Code failure
1 parent c929473 commit bdb09b0

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -675,9 +675,8 @@ jobs:
675675
- uses: actions/checkout@v3
676676
with:
677677
submodules: recursive
678-
- uses: nuget/setup-nuget@v1
679-
with:
680-
nuget-version: '5.8.x'
678+
- name: Setup Visual Studio environment
679+
uses: microsoft/setup-msbuild@v1
681680
- name: Fetch dependencies
682681
run: |
683682
choco install winflexbison3
@@ -698,8 +697,6 @@ jobs:
698697
run: z3 --version
699698
- name: Confirm cvc5 solver is available and log the version installed
700699
run: cvc5 --version
701-
- name: Setup Visual Studio environment
702-
uses: microsoft/setup-msbuild@v1
703700
- name: Prepare ccache
704701
uses: actions/cache@v3
705702
with:
@@ -733,11 +730,12 @@ jobs:
733730
- uses: actions/checkout@v3
734731
with:
735732
submodules: recursive
736-
- uses: nuget/setup-nuget@v1
737-
with:
738-
nuget-version: '5.8.x'
733+
- name: Setup MSBuild
734+
uses: microsoft/setup-msbuild@v1
739735
- name: Fetch dependencies
740736
run: |
737+
choco export
738+
cat packages.config
741739
choco install -y winflexbison3 strawberryperl wget
742740
if($LastExitCode -ne 0)
743741
{
@@ -754,12 +752,13 @@ jobs:
754752
New-Item -ItemType directory "C:\tools\cvc5"
755753
wget.exe -O c:\tools\cvc5\cvc5.exe https://github.com/cvc5/cvc5/releases/download/cvc5-${{env.cvc5-version}}/cvc5-Win64.exe
756754
echo "c:\tools\cvc5;" >> $env:GITHUB_PATH
755+
choco export
756+
cat packages.config
757+
choco install python
757758
- name: Confirm z3 solver is available and log the version installed
758759
run: z3 --version
759760
- name: Confirm cvc5 solver is available and log the version installed
760761
run: cvc5 --version
761-
- name: Setup MSBuild
762-
uses: microsoft/setup-msbuild@v1
763762
- name: Initialise Developer Command Line
764763
uses: ilammy/msvc-dev-cmd@v1
765764
- name: Prepare ccache

0 commit comments

Comments
 (0)