Skip to content

Commit

Permalink
attempt to fix gnulib cache not restoring
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchcapper committed Dec 16, 2024
1 parent 1a165d4 commit 7201fb0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/do_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ env:
jobs:
build:
name: ${{ inputs.BuildPkg == 'script' && 'Run Script' || 'Build Package' }} - ${{matrix.Configuration}}
runs-on: windows-2022
runs-on: windows-latest
environment: main
outputs:
ScriptRes: ${{ steps.script_step.outputs.ScriptRes }}
Expand Down Expand Up @@ -103,6 +103,7 @@ jobs:
with:
path: ${{env.WLB_BASE_FOLDER}}
key: gnulib-bare
enableCrossOsArchive: true

- name: MSBuild Setup
uses: microsoft/[email protected]
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/gnulib_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,19 @@ jobs:
Script: .github/gnu_patchtest.sh gnulib_dump_patches
NoDebugBuild: true
gnulib_source_cache:
runs-on: windows-2022
runs-on: windows-latest
defaults:
run:
shell: pwsh
steps:
- name: clone srcs
- name: clone src
run: git clone --bare git://git.sv.gnu.org/gnulib.git d:/WLB/gnulib.git
- name: Cache gnulib bare repo
uses: actions/cache/save@v4
with:
path: d:/WLB/gnulib.git
key: gnulib-bare
enableCrossOsArchive: true

gnulib_test_all_patches:
name: Test All Patches Together
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/restore_deps_to_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
Configuration: [Debug, Release]

name: DEP Download
runs-on: windows-2022
runs-on: windows-latest
environment: main
defaults:
run:
Expand Down

0 comments on commit 7201fb0

Please sign in to comment.