upload boost built libs

This commit is contained in:
2024-07-18 10:56:09 -06:00
parent 3755023960
commit 32d71fe86a

View File

@@ -84,6 +84,11 @@ jobs:
- name: debug boost libs
run: dir D:\a\cboe\boost\stage\x64\Release\lib
if: ${{ matrix.os == 'windows' }}
- name: upload boost libs for inspection
uses: actions/upload-artifact@v4
with:
name: boost-artifact
path: ${{ steps.boost.outputs.librarydir }}
- name: Build SFML
id: sfml
uses: oprypin/install-sfml@v1