Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
driazati committed Nov 2, 2022
1 parent e8eebab commit ebaf213
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ concurrency:

jobs:
MacOS:
if: ${{ github.repository == 'apache/tvm' }}
# if: ${{ github.repository == 'apache/tvm' }}
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -46,7 +46,11 @@ jobs:
run: |
set -x
brew update
brew install sccache
curl -L -o /usr/local/bin/sccache https://tvm-ci-resources.s3.us-west-2.amazonaws.com/sccache/macos/sccache
chmod +x /usr/local/bin/sccache
sccache --help
exit 1
mkdir -p ~/.sccache
ln -s "$(which sccache)" ~/.sccache/cc
ln -s "$(which sccache)" ~/.sccache/c++
Expand Down

0 comments on commit ebaf213

Please sign in to comment.