Skip to content

Commit

Permalink
Merge branch 'master' into std-api
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Mar 7, 2023
2 parents 0a31d66 + 4a1f779 commit e61c206
Show file tree
Hide file tree
Showing 43 changed files with 1,776 additions and 752 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ jobs:
curl --proto '=https' --tlsv1.2 -sSf "${{ matrix.llvm_url }}" -L -o - | tar xJv -C ${LLVM_DIR}
echo "${LLVM_DIR}/bin" >> $GITHUB_PATH
echo "${LLVM_DIR}/usr/bin" >> $GITHUB_PATH
echo "LLVM_SYS_140_PREFIX=${LLVM_DIR}" >> $GITHUB_ENV
env:
LLVM_DIR: .llvm
- name: Set up dependencies for Mac OS
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: test-sys
on:
push:
branches:
- '**'
- master
- 'with-ci-.*'
- 'v3.0.x'
- 'v3.1.x'
pull_request:
workflow_dispatch:
inputs:
Expand Down
Loading

0 comments on commit e61c206

Please sign in to comment.