Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Do apt update/upgrade in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HansRobo committed Dec 1, 2023
1 parent 172b8e4 commit 643d2a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:

- name: Install dependencies of choreonoid
run: |
apt-get update && \
apt-get -y upgrade && \
apt-get -y install \
build-essential \
cmake-curses-gui \
Expand Down

0 comments on commit 643d2a9

Please sign in to comment.