Skip to content

Commit

Permalink
Update rs-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnrd authored Aug 22, 2022
1 parent 2702db5 commit ca10289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rs-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
continue-on-error: true
- name: Delete rustup cache
run: rm -rf ~/.rustup
if: ${{ steps.rustup.outcome != "success" }}
if: ${{ steps.rustup.outcome }} != "success"
- name: Set rust runtime version
run: |
echo ${{ inputs.runtime-ref }} > org.lflang/src/org/lflang/generator/rust/rust-runtime-version.txt
Expand Down

0 comments on commit ca10289

Please sign in to comment.