https://github.com/wxWidgets/wxWidgets/pull/26555
(3 files)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
@vadz pushed 1 commit.
—
View it on GitHub or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
@vadz a few more tweaks to the commit for 3.2:
diff --git a/.github/workflows/abi_check.yml b/.github/workflows/abi_check.yml
index c43bf0baa1..1cafdbf9a6 100644
--- a/.github/workflows/abi_check.yml
+++ b/.github/workflows/abi_check.yml
@@ -55,12 +55,12 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v6
with:
submodules: 'recursive'
- name: Install CCache
- uses: hendrikmuhs/ccache...@v1.2.3
+ uses: hendrikmuhs/ccache...@v1.2.23
with:
key: ubuntu-22.04-default
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9c606447c3..075cae0819 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -338,6 +338,7 @@ jobs:
uses: actions/setup-go@v6
with:
go-version: '1'
+ cache: false
- name: Testing
working-directory: tests
diff --git a/.github/workflows/ci_cmake.yml b/.github/workflows/ci_cmake.yml
index 2df4a8ef28..210974817e 100644
--- a/.github/workflows/ci_cmake.yml
+++ b/.github/workflows/ci_cmake.yml
@@ -150,6 +150,7 @@ jobs:
uses: actions/setup-go@v6
with:
go-version: '1'
+ cache: false
- name: Testing
if: matrix.cmake_tests != 'OFF'
diff --git a/.github/workflows/ci_mac.yml b/.github/workflows/ci_mac.yml
index 6f1210aeb7..2e7d6d502f 100644
--- a/.github/workflows/ci_mac.yml
+++ b/.github/workflows/ci_mac.yml
@@ -212,6 +212,7 @@ jobs:
uses: actions/setup-go@v6
with:
go-version: '1'
+ cache: false
- name: Testing
if: matrix.skip_testing != true
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()