1 parent 9e57df9 commit 06987a8Copy full SHA for 06987a8
1 file changed
.github/workflows/edge-build.yml
@@ -49,12 +49,14 @@ jobs:
49
echo "ref=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
50
git config --global --add safe.directory /__w/Carbon/Carbon
51
52
- - name: MinGW Setup
+ - name: MinGW Install
53
+ uses: awalsh128/cache-apt-pkgs-action@v1.5.3
54
+ with:
55
+ packages: mingw-w64
56
+
57
+ - name: MinGW Confirmation
58
shell: bash
59
run: |
- apt update
- apt install -y mingw-w64
-
60
which x86_64-w64-mingw32-dlltool || echo "dlltool not found"
61
x86_64-w64-mingw32-dlltool --version
62
0 commit comments