mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-30 11:43:11 +00:00
fix: update windows ci
This commit is contained in:
parent
776fa12a4b
commit
cb2a2922b4
7
.github/workflows/windows-build.yml
vendored
7
.github/workflows/windows-build.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user