Skip to content

Commit

Permalink
add name to step
Browse files Browse the repository at this point in the history
  • Loading branch information
fangohr committed Dec 18, 2024
1 parent a350468 commit 309b8b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pixi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: pixi
on:
push:


jobs:
build-pixi:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
- name: set up pixi
uses: prefix-dev/[email protected]
with:
pixi-version: v0.39.2
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/simple-yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ghcr.io/prefix-dev/pixi

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 309b8b7

Please sign in to comment.