Skip to content

Commit

Permalink
ci: add setup python scripts in the macos arm CI
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Apr 7, 2024
1 parent d6ba71a commit a326ada
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-test-macos-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
toolchain: 1.76
override: true
components: clippy, rustfmt
- name: Set up python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Grammar test
working-directory: ./kclvm
run: export PATH=$PATH:$PWD/../_build/dist/Darwin/kclvm/bin:/opt/homebrew/opt/llvm@12/bin/ && make && make test-grammar
Expand Down

0 comments on commit a326ada

Please sign in to comment.