Skip to content

Commit

Permalink
ci: instal gpg agent
Browse files Browse the repository at this point in the history
  • Loading branch information
hanskw-weston committed Apr 2, 2024
1 parent 3db0a52 commit bd11fe6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
sudo tee /etc/apt/sources.list.d/weston-robot.list > /dev/null
sudo apt-get update
apt-get update && apt-get -y install wrp-sdk=${{ env.VERSION }}
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y gpg-agent
- name: Install LelyCAN
if: |
!contains( matrix.container , 'debian' )
Expand Down

0 comments on commit bd11fe6

Please sign in to comment.