Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/IoTS-P/unicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
shandianchengzi committed Oct 18, 2023
2 parents d4b9248 + ff13889 commit f1939bf
Show file tree
Hide file tree
Showing 180 changed files with 10,983 additions and 3,661 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/Crate-publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ jobs:
run: |
choco install ninja cmake
- name: '🛠️ macOS build dependencies'
if: contains(matrix.config.os, 'macOS')
shell: bash
run: |
brew install p7zip cmake ninja pkg-config
- name: '🚧 Cargo test'
if: "!startsWith(github.ref, 'refs/tags')"
run: |
Expand Down
Loading

0 comments on commit f1939bf

Please sign in to comment.