Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Sep 9, 2024
1 parent 65efbda commit ac9aebc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/scripts/coursier-snapshot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@ git clone https://github.com/alexarchambault/coursier.git -b debug-mill-ci-windo
cd coursier
git fetch --tags
git submodule update --init --recursive
./mill -i __.publishLocal
./mill -i 'core.jvm[2.13.12].publishLocal' +\
'cache.jvm[2.13.12].publishLocal' +\
'proxy-setup.publishLocal' +\
'util.jvm[2.13.12].publishLocal' +\
'coursier.jvm[2.13.12].publishLocal'
cd -

0 comments on commit ac9aebc

Please sign in to comment.