aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2023-05-02 14:45:12 +0100
committergingerBill <bill@gingerbill.org>2023-05-02 14:45:12 +0100
commit67a1e6e46a246faace0fe3e79ba73802cc7651a4 (patch)
treefa941c33a3f83a512d989e207f037e3f73bce96a
parentfda1e4409c0e2ce5311bd37888171b948df985fd (diff)
parent703c1b0fcfadcb7caa9dcd3338f540f79743f0e6 (diff)
Merge branch 'master' of https://github.com/odin-lang/Odin
-rw-r--r--.github/workflows/ci.yml9
1 files changed, 2 insertions, 7 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5fb98fca4..1a6fa65bb 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -56,9 +56,9 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- - name: Download LLVM, botan and setup PATH
+ - name: Download LLVM and setup PATH
run: |
- brew install llvm@11 botan
+ brew install llvm@11
echo "/usr/local/opt/llvm@11/bin" >> $GITHUB_PATH
TMP_PATH=$(xcrun --show-sdk-path)/user/include
echo "CPATH=$TMP_PATH" >> $GITHUB_ENV
@@ -87,11 +87,6 @@ jobs:
cd tests/core
make
timeout-minutes: 10
- - name: Vendor library tests
- run: |
- cd tests/vendor
- make
- timeout-minutes: 10
- name: Odin internals tests
run: |
cd tests/internal