Skip to content

Commit

Permalink
update windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
admercs committed Feb 20, 2024
1 parent b82ccd8 commit 139ffcc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,20 @@ jobs:
arch:
- amd64
# - arm64

steps:
- uses: actions/checkout@v4

- name: "Add MSBuild to PATH"
uses: microsoft/setup-msbuild@v2

# - name: "Enable Developer Command Prompt for Visual Studio"
# uses: ilammy/msvc-dev-cmd@v1
#
# - name: "Enable Developer Command Prompt for Visual Studio 2019"
# if: ${{ matrix.os == 'windows-2019' }}
# shell: pwsh
# run: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\Launch-VsDevShell.ps1'
#
# - name: "Enable Developer Command Prompt for Visual Studio 2022"
# if: ${{ matrix.os == 'windows-2022' }}
# shell: pwsh
# run: 'C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\Launch-VsDevShell.ps1'

- name: "Build AutonomySim"
shell: pwsh
run: |
Expand Down

0 comments on commit 139ffcc

Please sign in to comment.