You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
arch: ${{matrix.config.os-version == '11-arm' && 'x64' || 'x64'}} # note this action doesn't really support arm64 yet, but it works like this already (by accident)
145
+
arch: ${{matrix.config.os-version == '11-arm' && 'x64' || 'x64'}} #TODO:fix this action: note this action doesn't really support arm64 yet, but it works like this already (by accident)
146
146
toolset: '14.44'
147
147
148
148
- name: Setup MSYS2 (Windows)
@@ -209,7 +209,7 @@ jobs:
209
209
uses: egor-tensin/setup-gcc@v1
210
210
with:
211
211
version: 14
212
-
platform: ${{matrix.config.os-version == '24.04-arm' && 'x64' || 'x64'}} # note this action doesn't really support arm64 yet, but it works like this already (by accident)
212
+
platform: ${{matrix.config.os-version == '24.04-arm' && 'x64' || 'x64'}} #TODO:fix this action: note this action doesn't really support arm64 yet, but it works like this already (by accident)
0 commit comments