From 6e8727710d3f5b2f5a29eb6443162124662816a8 Mon Sep 17 00:00:00 2001 From: Darice Date: Thu, 9 May 2024 12:59:47 -0600 Subject: [PATCH] typo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d82ad49..c30e635 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: # curl -L https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.3/wxWidgets-3.2.3.tar.bz2 -o wxWidgets-3.2.3.tar.bz2 # tar jxf wxWidgets-3.2.3.tar.bz2 curl -L https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.3/wxMSW-3.2.3_vc14x_Dev.7z -o wxMSW-3.2.3_vc14x_Dev.7z - 7z wxMSW-3.2.3_vc14x_Dev + 7z wxMSW-3.2.3_vc14x_Dev.7z ls wxMSW-3.2.3_vc14x_Dev # - name: Install wxWidgets