Skip to content

Commit

Permalink
ci: use custom FreeCAD bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
voneiden committed Dec 26, 2023
1 parent 09514f7 commit 4bf4a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
mkdir $PWD/freecad
cd $PWD/freecad
wget -O freecad.AppImage https://github.com$(curl -v --silent https://github.com/FreeCAD/FreeCAD-Bundle/releases/expanded_assets/weekly-builds 2>&1 | sed -n 's/.*href="\([^"]*\).*/\1/p' | grep x86_64 | grep AppImage$)
wget -O freecad.AppImage https://github.com$(curl -v --silent https://github.com/voneiden/FreeCAD-Bundle/releases/expanded_assets/weekly-builds 2>&1 | sed -n 's/.*href="\([^"]*\).*/\1/p' | grep x86_64 | grep AppImage$)
chmod +x freecad.AppImage
./freecad.AppImage --appimage-extract > /dev/null
export PYTHONPATH=.:$PWD/../src:$PWD/squashfs-root/usr/lib:$PWD/squashfs-root/usr/Mod/Path:$PWD/squashfs-root/usr/lib/python3.10/site-packages/
Expand Down

0 comments on commit 4bf4a77

Please sign in to comment.