Fixing taplo bug (#272)

This commit is contained in:
Kevin Lewi
2022-04-17 22:53:41 -07:00
committed by GitHub
parent 3fe6bbb80f
commit f83773dec9
+3 -1
View File
@@ -246,7 +246,9 @@ jobs:
key: taplo
- name: Install Taplo
run: cargo install taplo-cli
# Adding the --locked flag because of
# https://github.com/tamasfe/taplo/issues/242
run: cargo install taplo-cli --locked
- name: Checkout sources
uses: actions/checkout@v2