Skip to content

Commit

Permalink
🧱 Disable install script check temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed Jan 22, 2024
1 parent 20be11c commit 48154eb
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,14 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
install-script-check:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- run: |
./install
# install-script-check:
# strategy:
# fail-fast: false
# matrix:
# os: [ubuntu-latest, macos-latest]
# runs-on: ${{ matrix.os }}
# steps:
# - uses: actions/checkout@v4
# - run: |
# ./install
# ./install nightly

0 comments on commit 48154eb

Please sign in to comment.