We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bf6579 commit 2b53e7eCopy full SHA for 2b53e7e
1 file changed
.github/workflows/internal-build-release-linux64.yml
@@ -45,7 +45,8 @@ jobs:
45
- name: Build CodeQL Bundle Tool for Packaging
46
shell: pwsh
47
run: |
48
- # need this for the bundling to work.
+ # need this for the bundling to work.
49
+ pip install poetry
50
pip install -U pyinstaller
51
52
# run the packaging
0 commit comments