Browse and listen to thousands of radio stations across the globe right from your terminal ๐ŸŒŽ ๐Ÿ“ป ๐ŸŽตโœจ
radio rust tokio web-radio command-line-tool tui
at main 733 B view raw
1# Do not edit this file directly. It is generated by https://deno.land/x/fluent_github_actions 2 3name: ci 4on: 5 push: 6 branches: 7 - master 8 pull_request: 9 branches: 10 - master 11jobs: 12 tests: 13 runs-on: ubuntu-22.04 14 steps: 15 - uses: actions/checkout@v2 16 - name: Install build dependencies 17 run: | 18 sudo apt-get update 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 24 - name: Setup Fluent CI 25 uses: fluentci-io/setup-fluentci@v5 26 - name: Run tests 27 run: | 28 fluentci run --wasm rust test