mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 03:33:56 +00:00
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -236,11 +236,10 @@ jobs:
|
||||
path: "*"
|
||||
|
||||
- name: Upload Test Configuration
|
||||
uses: pyTooling/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v4.6.1
|
||||
with:
|
||||
name: Temp ${{ matrix.platform }} ${{matrix.configuration}} Test Config
|
||||
path: "**/CTestTestfile.cmake"
|
||||
working-directory: build/${{matrix.preset}}
|
||||
path: "build/${{matrix.preset}}/**/CTestTestfile.cmake"
|
||||
|
||||
test:
|
||||
name: Test
|
||||
@@ -291,8 +290,8 @@ jobs:
|
||||
run: |
|
||||
echo "ASAN_OPTIONS=detect_odr_violation=0" >> $GITHUB_ENV
|
||||
|
||||
- name: Download Test Config
|
||||
uses: pyTooling/download-artifact@v4
|
||||
- name: Download Test Configuration
|
||||
uses: actions/download-artifact@v4.2.0
|
||||
with:
|
||||
name: Temp ${{ matrix.platform }} ${{matrix.configuration}} Test Config
|
||||
path: build/${{matrix.preset}}
|
||||
|
||||
Reference in New Issue
Block a user