boxdot / gurk-rs

Signal Messenger client for terminal
GNU Affero General Public License v3.0
458 stars 33 forks source link

Fix publish CI #156

Closed boxdot closed 2 years ago

boxdot commented 2 years ago

Use latest ubuntu and macos xcode. Also move all environment vars into .cargo/config.toml. Since RUSTFLAGS env var overrides the rust flags set in .cargo/config.toml, we removed RUSTFLAGS="-D warnings".