diff --git a/.github/scripts/install-system-deps.sh b/.github/scripts/install-system-deps.sh index 8f2fdd4..2e30f66 100755 --- a/.github/scripts/install-system-deps.sh +++ b/.github/scripts/install-system-deps.sh @@ -6,13 +6,13 @@ set -x if [[ "$OS_NAME" =~ "macos-" ]]; then # update brew - brew update || brew update + brew update # Update openssl if necessary brew outdated openssl || brew upgrade openssl # Install packages needed to build lib-secp256k1 - for pkg in automake libtool pkg-config libffi; do + for pkg in automake libtool pkg-config; do brew list $pkg > /dev/null || brew install $pkg brew outdated --quiet $pkg || brew upgrade $pkg done diff --git a/.github/workflows/ci.yml b/.github/workflows/main.yml similarity index 99% rename from .github/workflows/ci.yml rename to .github/workflows/main.yml index 7709bd2..2397d0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: CI +name: main on: push: diff --git a/README.rst b/README.rst index 23c2bb0..5a67df6 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,8 @@ Coincurve ========= -.. image:: https://github.com/ofek/coincurve/actions?workflow=CI - :target: https://github.com/ofek/coincurve/workflows/CI/badge.svg +.. image:: https://github.com/ofek/coincurve/actions?query=workflow%3Amain + :target: https://github.com/ofek/coincurve/workflows/main/badge.svg :alt: GitHub Actions CI .. image:: https://codecov.io/github/ofek/coincurve/coverage.svg?branch=master