Skip to content

Commit

Permalink
Adding arm64 tester [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
timheuer committed Nov 8, 2022
1 parent 0b44c67 commit e0b9f53
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ on:
- dev
paths-ignore:
- '*.md'
workflow_dispatch:
branches:
- dev
- arm64
- master
paths-ignore:
- '*.md'


jobs:
build:
Expand Down Expand Up @@ -40,10 +48,18 @@ jobs:
vs-prerelease: true
msbuild-architecture: 'x64'

- name: Setup MSBuild (arm64)
id: setup_msbuild_path_arm
uses: ./
with:
vs-prerelease: true
msbuild-architecture: 'arm64'

- name: echo msbuild path
run: |
echo "vswhere-path: ${{ steps.setup_msbuild_explicit.outputs.msbuildPath }}"
echo "PATH: ${{ steps.setup_msbuild_path.outputs.msbuildPath }}"
echo "ARM PATH: ${{ steps.setup_msbuild_path_arm.outputs.msbuildPath }}"
echo "Fallback: ${{ steps.setup_msbuild_fallback.outputs.msbuildPath }}"
- name: echo MSBuild
Expand Down

0 comments on commit e0b9f53

Please sign in to comment.