We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491cade commit 8feb499Copy full SHA for 8feb499
.github/workflows/tests.yml
@@ -16,6 +16,7 @@ jobs:
16
name: Test bot script on ${{ matrix.os }} with ${{ matrix.compiler }}.
17
runs-on: ${{ matrix.os }}
18
strategy:
19
+ fail-fast: false
20
matrix:
21
os: [ubuntu-latest, macos-latest]
22
compiler: [ g++-10 ]
@@ -34,11 +35,6 @@ jobs:
34
35
36
steps:
37
- uses: actions/checkout@v3
- - name: Clear Git Cache
38
- run: |
39
- git gc --prune=now
40
- git remote prune origin
41
-
42
- name: Run shell script
43
run: |
44
chmod +x install.sh
0 commit comments