Skip to content

Commit a2e6928

Browse files
committed
CI: Update LibPack version in action
Also requires deleting the cached copy.
1 parent 4644444 commit a2e6928

File tree

1 file changed

+2
-2
lines changed
  • .github/workflows/actions/windows/getLibpack

1 file changed

+2
-2
lines changed

.github/workflows/actions/windows/getLibpack/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ inputs:
4141
libpackdownloadurl:
4242
description: "URL where to download libpack"
4343
required: false
44-
default: https://github.com/FreeCAD/FreeCAD-LibPack/releases/download/3.0.0RC4/LibPack-1.0.0-v3.0.0RC4-Release.7z
44+
default: https://github.com/FreeCAD/FreeCAD-LibPack/releases/download/3.1.0/LibPack-1.1.0-v3.1.0-Release.7z
4545
libpackname:
4646
description: "Libpack name (once downloaded)"
4747
required: false
48-
default: LibPack-1.0.0-v3.0.0RC4-Release
48+
default: LibPack-1.1.0-v3.1.0-Release
4949

5050
runs:
5151
using: "composite"

0 commit comments

Comments
 (0)