Skip to content

Commit

Permalink
apt update for valgrind check
Browse files Browse the repository at this point in the history
  • Loading branch information
pettni committed Dec 24, 2020
1 parent 5ac27b9 commit d96244f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
uses: actions/checkout@v2
- name: Setup
run: |
sudo apt-get update
sudo apt install -y libeigen3-dev
mkdir ${{runner.workspace}}/build
- name: Display config
Expand Down Expand Up @@ -87,6 +88,7 @@ jobs:
- uses: actions/checkout@v2
- name: Setup
run: |
sudo apt-get update
sudo apt-get install -y libceres-dev cppcheck
mkdir ${{runner.workspace}}/build
- name: Configure CMake
Expand All @@ -107,6 +109,7 @@ jobs:
uses: actions/checkout@v2
- name: Setup
run: |
sudo apt-get update
sudo apt-get install -y libceres-dev valgrind
mkdir ${{runner.workspace}}/build
- name: Configure CMake
Expand All @@ -127,6 +130,7 @@ jobs:
uses: actions/checkout@v2
- name: Setup
run: |
sudo apt-get update
sudo apt install -y libceres-dev
mkdir ${{runner.workspace}}/build
- name: Configure CMake
Expand All @@ -150,6 +154,7 @@ jobs:
uses: actions/checkout@v2
- name: Setup
run: |
sudo apt-get update
sudo apt install -y libceres-dev
mkdir ${{runner.workspace}}/build
- name: Configure CMake
Expand Down

0 comments on commit d96244f

Please sign in to comment.