Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
try upgrading first
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Sep 21, 2023
1 parent bab0645 commit a401c70
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ jobs:
repository: MODFLOW-USGS/modflow6
path: modflow6

- uses: ilammy/msvc-dev-cmd@v1
with:
vsversion: 2019
# - uses: ilammy/msvc-dev-cmd@v1
# with:
# vsversion: 2019

# - name: Prepare MSVC
# uses: bus1/cabuild/action/msdevshell@v1
Expand All @@ -162,12 +162,17 @@ jobs:
with:
vs2019: 'true'

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3

- name: Build modflow6
working-directory: modflow6/msvs
run: devenv mf6.sln /Build
run: |
# devenv mf6.sln /Build
$vsroot = (Get-VisualStudioInstance).InstallationPath
$devenv = join-path $vsroot "Common7\IDE\devenv.com"
& $devenv mf6.sln /Upgrade
& $devenv mf6.sln /Build
- name: Show build log
shell: bash
Expand Down

0 comments on commit a401c70

Please sign in to comment.