Skip to content

Commit

Permalink
Update devx.yml
Browse files Browse the repository at this point in the history
Set shell to devx only for the build job.
  • Loading branch information
angerman committed May 7, 2024
1 parent be23da8 commit e35f263
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/devx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ on:
required: false
default: some

defaults:
run:
shell: devx {0}

jobs:
build:
defaults:
run:
shell: devx {0}

runs-on: ${{ matrix.platform == 'x86_64-linux' && 'ubuntu-latest' || 'macos-latest' }}

strategy:
Expand Down

0 comments on commit e35f263

Please sign in to comment.