Skip to content

Commit

Permalink
Attempt to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kobaltcore committed Jan 14, 2025
1 parent d9e6b42 commit bc9c331
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/templates/build_setup.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
- name: Instal NASM dependency
uses: ilammy/setup-nasm@v1
- name: Force xwin to use clang instead of clang-CL
run: echo "XWIN_CROSS_COMPILER=clang" >> "$GITHUB_ENV"
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ jobs:
fi
- name: "Instal NASM dependency"
uses: "ilammy/setup-nasm@v1"
- name: "Force xwin to use clang instead of clang-CL"
run: "echo \"XWIN_CROSS_COMPILER=clang\" >> \"$GITHUB_ENV\""
- name: Install dist
run: ${{ matrix.install_dist.run }}
# Get the dist-manifest
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bc9c331

Please sign in to comment.