fix: update windows ci

This commit is contained in:
darshankabariya 2026-01-28 15:19:39 +05:30
parent 776fa12a4b
commit cb2a2922b4
No known key found for this signature in database
GPG Key ID: 9A92CCD9899F0D22

View File

@ -65,6 +65,13 @@ jobs:
run: |
which upx gcc g++ make cmake cargo rustc python nim nimble
- name: Debug SSL Path
run: |
echo "Runner Temp: ${{ runner.temp }}"
ls -R ${{ runner.temp }}/msys64/mingw64/ssl || true
find ${{ runner.temp }}/msys64 -name "ca-bundle.crt" || true
- name: Make update
run: make update
env: