Skip to content
This repository was archived by the owner on Nov 27, 2025. It is now read-only.

Commit 542b0d7

Browse files
committed
github: gz -> xz
1 parent 93fc336 commit 542b0d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,11 +299,11 @@ jobs:
299299
if: steps.restore-cef-cache.outputs.cache-hit != 'true'
300300
run: |
301301
# Download cef and set up the directory structure
302-
curl -o cef/cef.tar.gz 'https://adamcake.com/cef/cef-${{ env.LINUX_CEF_VERSION }}-linux-x86_64-minimal-ungoogled.tar.gz'
302+
curl -o cef/cef.tar.xz 'https://adamcake.com/cef/cef-${{ env.LINUX_CEF_VERSION }}-linux-x86_64-minimal-ungoogled.tar.xz'
303303
mkdir -p cef/dist
304304
305305
# Extract the cef tarball and copy the contents to the dist directory
306-
tar -xzf cef/cef.tar.gz --directory cef/dist
306+
tar -xf cef/cef.tar.xz --directory cef/dist
307307
308308
cef_content_dir=$(ls -d cef/dist/* | head -n 1)
309309
mv "$cef_content_dir"/* cef/dist/

0 commit comments

Comments
 (0)