Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
A2uria authored Jul 29, 2024
1 parent 91d6212 commit a91a9ca
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ jobs:
matrix:
arch: [i686, x86_64]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
shell: bash
run: |
clang-cl --target=${{ matrix.arch }}-pc-windows-msvc -Brepro -LD \
-O2 -Zl -fuse-ld=lld -v api-ms-win-core-path-l1-1-0.c \
-link -def:api-ms-win-core-path-l1-1-0.def -noimplib \
shlwapi.lib
- uses: actions/upload-artifact@v3
-O2 -Zl -fuse-ld=lld api-ms-win-core-path-l1-1-0.c -link \
-def:api-ms-win-core-path-l1-1-0.def -noimplib shlwapi.lib
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.arch }}-pc-windows-msvc
path: api-ms-win-core-path-l1-1-0.dll

0 comments on commit a91a9ca

Please sign in to comment.