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 d3fad25 commit 4b368ddCopy full SHA for 4b368dd
.github/workflows/maven.yml
@@ -22,6 +22,7 @@ jobs:
22
git clone https://github.com/Bytekeeper/sc-docker.git
23
cp it/sc-docker-support/*.dockerfile sc-docker/docker/dockerfiles
24
pushd sc-docker
25
+ pip3 install wheel
26
python3 setup.py bdist_wheel
27
pip3 install dist/scbw*.whl
28
'[ ! -f /tmp/sc-docker/starcraft.zip ] || (cp /tmp/sc-docker/starcraft.zip scbw/local_docker && echo "Using cached starcraft.zip")'
0 commit comments