Skip to content

Commit

Permalink
Fix broken bumper
Browse files Browse the repository at this point in the history
  • Loading branch information
s-zeng committed Nov 16, 2021
1 parent 149708e commit d3019d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,8 @@ in GithubActions.Workflow::{
, `if` = Some constants.releaseCreatedCondition
, runs-on = GithubActions.RunsOn.Type.ubuntu-latest
, steps =
[ GithubActions.steps.actions/checkout
[ GithubActions.steps.actions/checkout
// { `with` = Some (toMap { ref = "master" }) }
, setup.python constants.latestPython
, setup.rust
, installDeps enums.DependencySet.Bump "python"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: "actions/checkout@v2"
with:
ref: master
- name: Setup python 3.10
uses: "actions/setup-python@v2"
with:
Expand Down

0 comments on commit d3019d4

Please sign in to comment.