Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
makotoyoshigoe committed Nov 22, 2024
1 parent ccd22da commit 8dc2a0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
Expand All @@ -19,8 +19,8 @@ jobs:
git clone -b mugimaru-2024 https://github.com/CIT-Autonomous-Robot-Lab/mugimaru-docker.git
- name: Clone requirements packages
run: |
cd ~/mugimaru-docker/
./test/install_packages.bash
sed -i "s;[email protected]:;https://github.com/;" install_packages.bash
./install_packages.bash
- name: Docker image build
run: |
./build.sh

0 comments on commit 8dc2a0c

Please sign in to comment.