From 44dd2bd09158ba917b85ca3fa5c6eecbb921d8e2 Mon Sep 17 00:00:00 2001 From: rdb Date: Tue, 29 Nov 2022 20:14:20 +0100 Subject: [PATCH] workflow: Update to 1.10.13 thirdparty packages --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ab254bb7e..366d44ae38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,9 +20,9 @@ jobs: shell: powershell run: | $wc = New-Object System.Net.WebClient - $wc.DownloadFile("https://www.panda3d.org/download/panda3d-1.10.11/panda3d-1.10.11-tools-win64.zip", "thirdparty-tools.zip") + $wc.DownloadFile("https://www.panda3d.org/download/panda3d-1.10.13/panda3d-1.10.13-tools-win64.zip", "thirdparty-tools.zip") Expand-Archive -Path thirdparty-tools.zip - Move-Item -Path thirdparty-tools/panda3d-1.10.11/thirdparty -Destination . + Move-Item -Path thirdparty-tools/panda3d-1.10.13/thirdparty -Destination . - name: Get thirdparty packages (macOS) if: runner.os == 'macOS' run: |