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 393728d commit 9a7cb51Copy full SHA for 9a7cb51
.github/workflows/build-linux.yml
@@ -73,7 +73,8 @@ jobs:
73
if: steps.cache-wxwidgets.outputs.cache-hit != 'true'
74
run: |
75
wget https://github.com/wxWidgets/wxWidgets/releases/download/v${{ env.WXWIDGETS_VERSION }}/wxWidgets-${{ env.WXWIDGETS_VERSION }}.tar.bz2 -O /tmp/wxWidgets-${{ env.WXWIDGETS_VERSION }}.tar.bz2
76
- tar -xjf /tmp/wxWidgets-${{ env.WXWIDGETS_VERSION }}.tar.bz2 -C /tmp --strip-components=1
+ mkdir -p /tmp/wxWidgets-${{ env.WXWIDGETS_VERSION }}
77
+ tar -xjf /tmp/wxWidgets-${{ env.WXWIDGETS_VERSION }}.tar.bz2 -C /tmp/wxWidgets-${{ env.WXWIDGETS_VERSION }} --strip-components=1
78
79
- name: Build VeraCrypt .deb packages
80
0 commit comments