Skip to content

Commit

Permalink
enable lo explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Mar 14, 2024
1 parent 9476c6b commit 5ddd963
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@ jobs:
test:
name: "test"
runs-on: ubuntu-latest
# container:
# image: ${{ vars.CI_IMAGE }}
container:
image: ${{ vars.CI_IMAGE }}
steps:
- uses: actions/checkout@v3

- name: Install Rust stable toolchain
uses: actions-rs/[email protected]
with:
profile: minimal
toolchain: 1.75.0
override: true
# - name: Install Rust stable toolchain
# uses: actions-rs/[email protected]
# with:
# profile: minimal
# toolchain: 1.75.0
# override: true

- name: Rust Cache
uses: Swatinem/[email protected]
Expand All @@ -57,8 +57,10 @@ jobs:

- name: test
run: |
sudo apt-get update && sudo apt-get install -y iproute2 protobuf-compiler
# sudo apt-get update && sudo apt-get install -y iproute2 protobuf-compiler
sudo apt-get update && sudo apt-get install -y iproute2
ip a
ip link set lo up
cargo test
doc:
Expand Down

0 comments on commit 5ddd963

Please sign in to comment.