Skip to content

Commit

Permalink
fix: use latest docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-roland committed Dec 15, 2023
1 parent 9acf570 commit 9bffb65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,12 @@ jobs:
uses: actions/checkout@v4

- name: Run docker image
run: docker run --name zenoh_router --init --net host -d eclipse/zenoh:master
run: docker run --name zenoh_router --init --net host -d eclipse/zenoh:latest

- name: Build project and run test
run: |
sudo apt install -y ninja-build
# cmake -DBATCH_UNICAST_SIZE=4096 -B build/ -G Ninja
cmake -DBATCH_UNICAST_SIZE=4096 -B build/ -G Ninja
CMAKE_GENERATOR=Ninja make
python3 ./build/tests/fragment.py
timeout-minutes: 5
Expand Down

0 comments on commit 9bffb65

Please sign in to comment.