Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper93 committed Sep 20, 2023
1 parent 0eb5f56 commit 3029d07
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,12 +226,18 @@ jobs:
run:
shell: msys2 {0}
steps:
- uses: actions/checkout@v3
- name: Configure GIT autocrlf
shell: cmd
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: msys2/setup-msys2@v2
with:
msystem: ${{ matrix.sys }}
update: true
install: git
install: git patch
pacboy: >-
angleproject:p
ca-certificates:p
Expand All @@ -258,6 +264,13 @@ jobs:
vapoursynth:p
vulkan:p
- name: Configure GIT autocrlf
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v3

- name: Build with meson
id: build
run: |
Expand Down

0 comments on commit 3029d07

Please sign in to comment.