We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b9a95 commit 04f7f06Copy full SHA for 04f7f06
.github/workflows/release.yml
@@ -34,19 +34,3 @@ jobs:
34
args: release --rm-dist
35
env:
36
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