Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Skycoder42 committed Mar 9, 2023
1 parent d748982 commit 9278e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sodium_libs_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
"android": "dart run tool/setup_android.dart",
"linux": "sudo apt-get -qq install libsodium-dev",
"windows": "choco install minisign -y",
"macos": "brew install libsodium",
"macos": "brew install libsodium && cd example && flutter build macos --debug",
"web": "cd example && flutter pub run sodium_libs:update_web --sumo"
}
Expand Down

0 comments on commit 9278e82

Please sign in to comment.