Skip to content

Commit

Permalink
Another trial for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
mmghannam committed Jul 20, 2023
1 parent d607c88 commit 250e210
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ on:
- main

jobs:
# macos-test:
# runs-on: macos-latest
# steps:
# - uses: actions/checkout@v3
# - name: Test
# run: |
# cargo test version
macos-test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Test
run: |
export DYLD_LIBRARY_PATH={{ github.workspace }}/lib/macos/:$DYLD_LIBRARY_PATH
cargo test version
linux-test:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 250e210

Please sign in to comment.