We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bed0f9 commit a639f91Copy full SHA for a639f91
.github/workflows/macos-test.yml
@@ -93,7 +93,7 @@ jobs:
93
. .env
94
bash ../tools/metacall-build.sh $METACALL_BUILD_OPTIONS
95
env:
96
- METACALL_BUILD_OPTIONS: ${{ matrix.options.build }} tests
+ METACALL_BUILD_OPTIONS: ${{ matrix.options.build }} tests install
97
98
macos-distributable:
99
name: MacOS Distributable Dispatch
.github/workflows/windows-test.yml
@@ -64,7 +64,7 @@ jobs:
64
working-directory: ./build
65
run: cmd.exe /c "powershell ..\tools\metacall-build.ps1 $Env:METACALL_BUILD_OPTIONS"
66
67
68
69
windows-distributable:
70
name: Windows Distributable Dispatch
0 commit comments