diff options
author | Steven Fackler <sfackler@gmail.com> | 2020-06-06 16:32:27 -0700 |
---|---|---|
committer | Steven Fackler <sfackler@gmail.com> | 2020-06-06 16:32:27 -0700 |
commit | 2f98f1c821a69638e7f35f11c1ca99e6a8a57cc0 (patch) | |
tree | f06b309c3bf1de5df4b245c3357f395fd20ea975 /.github/workflows/ci.yml | |
parent | f5c89a0b946dbc13527cd671db6ea7caf6b93791 (diff) | |
download | rust-openssl-2f98f1c821a69638e7f35f11c1ca99e6a8a57cc0.zip |
Fix CI branch
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f83fbbd..0bc4a14c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,6 @@ on: push: branches: - master - - actions-vcpkg env: RUSTFLAGS: -Dwarnings |