Skip to content

Commit 06987a8

Browse files
authored
Redo MinGW and cache in edge-build.yml
1 parent 9e57df9 commit 06987a8

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/edge-build.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,14 @@ jobs:
4949
echo "ref=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
5050
git config --global --add safe.directory /__w/Carbon/Carbon
5151
52-
- name: MinGW Setup
52+
- name: MinGW Install
53+
uses: awalsh128/cache-apt-pkgs-action@v1.5.3
54+
with:
55+
packages: mingw-w64
56+
57+
- name: MinGW Confirmation
5358
shell: bash
5459
run: |
55-
apt update
56-
apt install -y mingw-w64
57-
5860
which x86_64-w64-mingw32-dlltool || echo "dlltool not found"
5961
x86_64-w64-mingw32-dlltool --version
6062

0 commit comments

Comments
 (0)