Skip to content

Commit

Permalink
Update win_clang_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
UE4SS committed Oct 22, 2023
1 parent b59aa7b commit 6686a8e
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/win_clang_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,22 @@ jobs:
key: ${{ secrets.UEPSEUDO_SSH_KEY }}
known_hosts: unnecessary

- name: Setup MSYS
uses: msys2/setup-msys2@v2
with:
update: true
install: clang

- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0 # needed to get commits since last tag
ssh-key: ${{ secrets.UEPSEUDO_SSH_KEY }}

- name: Setup MSYS
uses: msys2/setup-msys2@v2
with:
update: false
install: clang

- name: Setup MSVC
uses: ilammy/msvc-dev-cmd@v1

- name: Setup Ninja
uses: seanmiddleditch/gha-setup-ninja@v3

Expand Down

0 comments on commit 6686a8e

Please sign in to comment.