VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2024-07-06 11:38:52 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2024-07-06 11:38:52 +0200
commit393728d4d978fd0f3dc14a920886191e5ff95c05 (patch)
tree0c4d0d5259de78f3137d3c72f6e8bc15f571ae73 /.github
parent90f18e8e5c7d1a37f4655442f9ab8cdd3113afe2 (diff)
downloadVeraCrypt-393728d4d978fd0f3dc14a920886191e5ff95c05.tar.gz
VeraCrypt-393728d4d978fd0f3dc14a920886191e5ff95c05.zip
Linux: fix wrong wxWidgets extract path in yaml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-linux.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml
index b2aa9c49..39b8ce65 100644
--- a/.github/workflows/build-linux.yml
+++ b/.github/workflows/build-linux.yml
@@ -73,7 +73,7 @@ jobs:
if: steps.cache-wxwidgets.outputs.cache-hit != 'true'
run: |
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
- tar -xjf /tmp/wxWidgets-${{ env.WXWIDGETS_VERSION }}.tar.bz2 -C /tmp/wxWidgets-${{ env.WXWIDGETS_VERSION }} --strip-components=1
+ tar -xjf /tmp/wxWidgets-${{ env.WXWIDGETS_VERSION }}.tar.bz2 -C /tmp --strip-components=1
- name: Build VeraCrypt .deb packages
run: |