Skip to content

Commit 266662e

Browse files
authored
Fix GitHub Actions arch (#437)
1 parent e717b6e commit 266662e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI-future.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
version: ['nightly']
2020
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
21-
arch: 'x64'
21+
arch: ['x64']
2222
steps:
2323
- run: git config --global core.autocrlf false
2424
- uses: actions/checkout@v2

.github/workflows/CI-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
version: ['1.0', '1']
2020
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
21-
arch: 'x64'
21+
arch: ['x64']
2222
steps:
2323
- run: git config --global core.autocrlf false
2424
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)