Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions use-ferrocene/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ inputs:
description: "If a `rustup` toolchain should be configured, allowing, for example `cargo +ferrocene build` (conflicts with `uninstall-rustup: true`)"
required: false
default: "true"
uninstall-criticalup:
description: Some workflow require uninstalling criticalup to avoid conflicts
default: false
required: false


runs:
using: composite
Expand Down Expand Up @@ -65,3 +70,12 @@ runs:
- name: Output cargo version
shell: bash
run: echo $(cargo -V)

- name: Run cleanup workflow
if: ${{ inputs.uninstall-criticalup == true }}
shell: bash
run: |
criticalup remove
criticalup clean