Skip to content

Commit 04f7f06

Browse files
committed
ci: remove instl test
1 parent 67b9a95 commit 04f7f06

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

Diff for: .github/workflows/release.yml

-16
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,3 @@ jobs:
3434
args: release --rm-dist
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37-
38-
instl-test:
39-
strategy:
40-
fail-fast: false
41-
matrix:
42-
os: [ubuntu-latest, macos-latest, windows-latest]
43-
runs-on: ${{ matrix.os }}
44-
steps:
45-
- run: iwr -useb instl.sh/daftcreations/gcps/windows | iex
46-
if: ${{ matrix.os == 'windows-latest' }}
47-
48-
- run: curl -fsSL instl.sh/daftcreations/gcps/linux | bash
49-
if: ${{ matrix.os == 'ubuntu-latest' }}
50-
51-
- run: curl -fsSL instl.sh/daftcreations/gcps/macos | bash
52-
if: ${{ matrix.os == 'macos-latest' }}

0 commit comments

Comments
 (0)