Work around MSVC's broken stdatomic.h

This commit is contained in:
David Hrdlička
2022-03-09 02:24:47 +01:00
parent 36184a4aba
commit 4225b4afd8

View File

@@ -179,6 +179,7 @@ jobs:
-name "GitHub"
-username "86Box"
-password "${{ secrets.GITHUB_TOKEN }}"
- run: dir "C:/Program Files/Microsoft Visual Studio/2022/*/VC/Tools/MSVC/*/include" -include stdatomic.h -recurse | del
- name: vcpkg package restore
if: false
run: vcpkg install freetype libpng openal-soft sdl2 rtmidi --triplet ${{ matrix.target.triplet }}