Skip to content

Commit

Permalink
specify bash for run
Browse files Browse the repository at this point in the history
  • Loading branch information
Esgrove committed Jan 22, 2024
1 parent da0722b commit bb09dff
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ jobs:
- name: Build
working-directory: cpp
run: chmod +x build.sh && ./build.sh
shell: bash
1 change: 1 addition & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ jobs:
- name: Build
working-directory: csharp
run: chmod +x build.sh && ./build.sh
shell: bash
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Build
working-directory: go
run: chmod +x build.sh && ./build.sh
shell: bash

- name: Format
working-directory: ./go
Expand All @@ -40,3 +41,4 @@ jobs:
gofmt -d .
exit 1
fi
shell: bash
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ jobs:
- name: Build with Gradle
working-directory: kotlin
run: chmod +x build.sh && ./build.sh
shell: bash
1 change: 1 addition & 0 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ jobs:
- name: Build
working-directory: swift
run: chmod +x build.sh && ./build.sh
shell: bash

0 comments on commit bb09dff

Please sign in to comment.