Browse and listen to thousands of radio stations across the globe right from your terminal ๐ŸŒŽ ๐Ÿ“ป ๐ŸŽตโœจ
radio rust tokio web-radio command-line-tool tui

Merge pull request #25 from tsirysndr/fix/ci/protoc

ci: install protoc from homebrew

authored by tsiry-sandratraina.com and committed by

GitHub dd7b576a bb970149

+9 -1
+5 -1
.github/workflows/ci.yml
··· 16 16 - name: Install build dependencies 17 17 run: | 18 18 sudo apt-get update 19 - sudo apt-get install -y build-essential libasound2-dev protobuf-compiler 19 + sudo apt-get install -y build-essential libasound2-dev 20 + - name: Set up Homebrew 21 + id: set-up-homebrew 22 + uses: Homebrew/actions/setup-homebrew@master 23 + - run: brew install protobuf 20 24 - name: Setup Fluent CI 21 25 uses: fluentci-io/setup-fluentci@v5 22 26 - name: Run tests
+4
.github/workflows/release.yml
··· 14 14 - x86_64-unknown-linux-gnu 15 15 steps: 16 16 - uses: actions/checkout@v3 17 + - name: Set up Homebrew 18 + id: set-up-homebrew 19 + uses: Homebrew/actions/setup-homebrew@master 20 + - run: brew install protobuf 17 21 - uses: fluentci-io/setup-fluentci@v5 18 22 - name: Set env 19 23 run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV