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 06baa9a commit 14d14a5Copy full SHA for 14d14a5
.github/workflows/build-conquest-python.yml
@@ -51,11 +51,6 @@ jobs:
51
echo python=python >> $GITHUB_OUTPUT
52
fi
53
54
- # Build the conquest python for rocky8
55
- echo runson=ubuntu-latest >> $GITHUB_OUTPUT
56
- echo container=ccdcrepository.azurecr.io/conan/rocky8-gcc10:latest >> $GITHUB_OUTPUT
57
- echo python=python3 >> $GITHUB_OUTPUT
58
-
59
build-upload:
60
needs:
61
- setup
0 commit comments