Merge branch 'ms-macos-test-fix' of github.com:drowe67/freedv-gui into ms-macos-test-fix
commit
c7d6d95972
|
@ -32,7 +32,6 @@ jobs:
|
||||||
working-directory: ${{github.workspace}}
|
working-directory: ${{github.workspace}}
|
||||||
run: |
|
run: |
|
||||||
# make sure gfortran is available
|
# make sure gfortran is available
|
||||||
sudo ln -s /usr/local/bin/gfortran-14 /usr/local/bin/gfortran
|
|
||||||
gfortran --version
|
gfortran --version
|
||||||
octave-cli --eval "pkg install -forge control; pkg install -forge signal"
|
octave-cli --eval "pkg install -forge control; pkg install -forge signal"
|
||||||
|
|
||||||
|
|
|
@ -88,7 +88,7 @@ jobs:
|
||||||
path: ${{github.workspace}}/build_windows/FreeDV.exe
|
path: ${{github.workspace}}/build_windows/FreeDV.exe
|
||||||
|
|
||||||
test:
|
test:
|
||||||
runs-on: windows-latest
|
runs-on: windows-2022
|
||||||
needs: build
|
needs: build
|
||||||
env:
|
env:
|
||||||
RADIO_TO_COMPUTER_DEVICE: "CABLE Output (VB-Audio Virtual Cable)"
|
RADIO_TO_COMPUTER_DEVICE: "CABLE Output (VB-Audio Virtual Cable)"
|
||||||
|
|
Loading…
Reference in New Issue