Skip to content

Commit

Permalink
CI: use full path for brew
Browse files Browse the repository at this point in the history
  • Loading branch information
uyjulian committed Sep 24, 2022
1 parent 1e4c2ae commit 734325c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -40,10 +40,10 @@ jobs:
submodules: recursive
- name: Set up default build tools
run: |
brew install make nasm cmake meson ninja
/home/linuxbrew/.linuxbrew/bin/brew install make nasm cmake meson ninja
- name: Set up mingw-w64
run: |
brew install mingw-w64
/home/linuxbrew/.linuxbrew/bin/brew install mingw-w64
- name: Compile project
run: make TARGET_ARCH=${{ matrix.target_arch }} ARCHIVE=${GITHUB_REPOSITORY#*/}.${{ matrix.target_arch }}.gcc.7z archive -j$(getconf _NPROCESSORS_ONLN)
- name: Upload artifact
Expand All @@ -69,7 +69,7 @@ jobs:
submodules: recursive
- name: Set up default build tools
run: |
brew install make nasm cmake meson ninja
/home/linuxbrew/.linuxbrew/bin/brew install make nasm cmake meson ninja
- name: Set up mingw-w64
run: |
curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/20220323/llvm-mingw-20220323-msvcrt-ubuntu-18.04-x86_64.tar.xz
Expand Down

0 comments on commit 734325c

Please sign in to comment.