Skip to content

Commit b5d6966

Browse files
committed
Revert "Fix default shell"
This reverts commit 990e207.
1 parent 4a55e5f commit b5d6966

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ on:
77
jobs:
88
build:
99
runs-on: ubuntu-latest
10-
defaults:
11-
run:
12-
shell: bash
10+
1311
steps:
1412
- name: Cancel outdated jobs
1513
uses: fkirc/skip-duplicate-actions@v5
@@ -33,10 +31,10 @@ jobs:
3331
cache: true
3432

3533
# Remove comments to spawn an interactive debugging ssh shell in the ci
36-
#- name: Setup tmate session
37-
# uses: mxschmitt/action-tmate@v3
38-
# with:
39-
# detached: false
34+
- name: Setup tmate session
35+
uses: mxschmitt/action-tmate@v3
36+
with:
37+
detached: false
4038

4139
- name: Build
4240
run: pixi run build --executor sequential --packages-up-to bitbots_msgs

0 commit comments

Comments
 (0)