Attempting to force BASH to get used.
All checks were successful
/ Build and Test Library Snapshot (pull_request) Successful in 1m11s

This commit is contained in:
Pat Garrity 2024-03-22 22:29:06 -05:00
parent 2f89c2391d
commit 406bce8870
Signed by: pfm
GPG key ID: 5CA5D21BAB7F3A76
2 changed files with 8 additions and 0 deletions

View file

@ -2,6 +2,10 @@ on:
pull_request: pull_request:
types: [opened, synchronize, reopened] types: [opened, synchronize, reopened]
defaults:
run:
shell: bash
jobs: jobs:
library_snapshot: library_snapshot:
runs-on: docker runs-on: docker

View file

@ -3,6 +3,10 @@ on:
branches: branches:
- main - main
defaults:
run:
shell: bash
jobs: jobs:
library_release: library_release:
runs-on: docker runs-on: docker