Skip to content

Commit

Permalink
Fix os in vcv-tests workflow. Fix firmware workflow uploading elf file
Browse files Browse the repository at this point in the history
  • Loading branch information
danngreen committed Nov 6, 2023
1 parent 6a2bae0 commit 0e21d5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
echo "AudibleInstruments:Braids" >> firmware/lim
cd firmware && make limit lim && make all
# Don't upload artifacts for each build, uses too much space on our account
# - name: Upload artifact
# uses: actions/upload-artifact@v3
# with:
Expand All @@ -74,6 +75,5 @@ jobs:
with:
name: "Firmware Version: ${{ env.CI_REF_NAME }}"
files: |
firmware/build/mp1corea7/medium/main.elf
firmware/build/mp1corea7/medium/main.uimg
4 changes: 2 additions & 2 deletions .github/workflows/run_vcv_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
win_x64:
description: 'Run tests on Windows x64'
required: true
default: true
default: false
type: boolean
# mac_x64:
# description: 'Run tests on Mac x64'
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
build-tests-win-x64:
if: ${{ inputs.win_x64 }} #Only run msys2 test manually
name: win-x64
runs-on: ubuntu-latest
runs-on: windows-latest
strategy:
fail-fast: false
defaults:
Expand Down

0 comments on commit 0e21d5e

Please sign in to comment.