Skip to content

Commit 316cacd

Browse files
committed
Update
1 parent c41e565 commit 316cacd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/julia-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
echo "HIGHS_COMMIT=${{ github.sha }}" >> $GITHUB_ENV
3333
echo "HIGHS_URL=https://github.com/${{ github.repository }}.git" >> $GITHUB_ENV
3434
fi
35+
- run: |
3536
julia --color=yes -e 'using Pkg; Pkg.add("BinaryBuilder")'
3637
julia --color=yes .github/julia/build_tarballs.jl ${{ matrix.triplet }} --verbose --deploy="local"
3738
env:

0 commit comments

Comments
 (0)