Skip to content

Commit

Permalink
fix nightly script
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed Mar 3, 2023
1 parent 0336e6e commit f33887b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bump-fcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: bump FCS
run: dotnet paket update FSharp.Compiler.Service
- name: check if there are changes
continue-on-error: true # nonzero exit codes are expected if there are changes
id: check
run: |
git diff --exit-code
Expand Down

0 comments on commit f33887b

Please sign in to comment.