mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-26 09:43:15 +00:00
fix: fix the ci
This commit is contained in:
parent
0729a6d578
commit
79e0fa8750
12
.github/workflows/windows-build.yml
vendored
12
.github/workflows/windows-build.yml
vendored
@ -33,7 +33,6 @@ jobs:
|
||||
make
|
||||
cmake
|
||||
upx
|
||||
mingw-w64-x86_64-nim
|
||||
mingw-w64-x86_64-rust
|
||||
mingw-w64-x86_64-postgresql
|
||||
mingw-w64-x86_64-gcc
|
||||
@ -45,8 +44,15 @@ jobs:
|
||||
mingw-w64-x86_64-cmake
|
||||
mingw-w64-x86_64-llvm
|
||||
mingw-w64-x86_64-clang
|
||||
|
||||
- name: Add UPX to PATH
|
||||
|
||||
- name: Install Nim
|
||||
uses: iffy/install-nim@v5
|
||||
with:
|
||||
version: binary:2.2.6
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Add paths
|
||||
run: |
|
||||
echo "/usr/bin:$PATH" >> $GITHUB_PATH
|
||||
echo "/mingw64/bin:$PATH" >> $GITHUB_PATH
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user