Skip to content

Commit

Permalink
fix yaml error
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Nov 27, 2023
1 parent 6e08dca commit bd540aa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
pull_request:
branches: [main]

CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
env:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse

env:
name: solders
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
push:
branches: [main]

CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
env:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse

jobs:
build:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/nox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
pull_request:
branches: [main]

CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
env:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse

jobs:
nox:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
release:
types: [published]

CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
env:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse

jobs:
release_pypi:
Expand Down

0 comments on commit bd540aa

Please sign in to comment.