Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
xq114 committed Aug 26, 2024
1 parent 9d9815f commit c3b66de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/macos_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,9 @@ jobs:
xmake-version: branch@master
actions-cache-folder: '.xmake-cache'

- name: Prepare
run: |
brew install gcc
- name: Tests
run: |
wget https://curl.haxx.se/ca/cacert.pem -O /tmp/cacert.pem
export CURL_CA_BUNDLE=/tmp/cacert.pem
export PATH="/opt/homebrew/bin:$PATH"
xmake l ./scripts/test.lua -D -a ${{ matrix.arch }} -k ${{ matrix.kind }}
9 changes: 2 additions & 7 deletions .github/workflows/macos_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,9 @@ jobs:
xmake-version: branch@master
actions-cache-folder: '.xmake-cache'

- name: Prepare
run: |
brew install gcc
gfortran --version
brew install gfortran
- name: Tests
run: |
wget https://curl.haxx.se/ca/cacert.pem -O /tmp/cacert.pem
export CURL_CA_BUNDLE=/tmp/cacert.pem
xmake l ./scripts/test.lua -D -a ${{ matrix.arch }} -k ${{ matrix.kind }}
export PATH="/opt/homebrew/bin:$PATH"
xmake l ./scripts/test.lua -vD -a ${{ matrix.arch }} -k ${{ matrix.kind }}

0 comments on commit c3b66de

Please sign in to comment.