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 c41e565 commit 316cacdCopy full SHA for 316cacd
.github/workflows/julia-tests.yml
@@ -32,6 +32,7 @@ jobs:
32
echo "HIGHS_COMMIT=${{ github.sha }}" >> $GITHUB_ENV
33
echo "HIGHS_URL=https://github.com/${{ github.repository }}.git" >> $GITHUB_ENV
34
fi
35
+ - run: |
36
julia --color=yes -e 'using Pkg; Pkg.add("BinaryBuilder")'
37
julia --color=yes .github/julia/build_tarballs.jl ${{ matrix.triplet }} --verbose --deploy="local"
38
env:
0 commit comments