Skip to content

build(deps): bump cc from 1.0.99 to 1.0.100 #931

build(deps): bump cc from 1.0.99 to 1.0.100

build(deps): bump cc from 1.0.99 to 1.0.100 #931

Workflow file for this run

name: Ubuntu LTS
on: push
jobs:
rust_tests:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install packages
run: |
sudo apt-get update
sudo apt-get install -y cargo rustc libssl-dev pkg-config
- name: Build application
run: |
cargo build
- name: Show version information
run: |
cargo run -- version
- name: Run tests
# network tests can be a bit flaky, so try up to three times
run: |
cargo test || cargo test || cargo test