Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tilucasoli committed Jan 31, 2024
1 parent b3fc14d commit 5131f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
cd remix
dart pub remove mix
dart pub add 'mix:{"git":"https://github.com/conceptadev/mix", "ref": "main"}'
dart pub add 'mix:{"git":{"url":"https://github.com/conceptadev/mix","ref":"main"}}'
if flutter analyze | grep -q 'undefined'; then
echo "A file contains undefined symbols. Please add a deprecated annotation before you remove it."
exit 1
Expand Down

0 comments on commit 5131f43

Please sign in to comment.