Skip to content

Commit

Permalink
Merge pull request #136 from johnwason/actions-debian-ca-failure
Browse files Browse the repository at this point in the history
Fix debian 10 github action build
  • Loading branch information
johnwason committed Nov 20, 2023
2 parents e45862a + ffe3e80 commit bcc5d29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
apt install sudo tzdata python3 -y
ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime
dpkg-reconfigure --frontend noninteractive tzdata
apt install ca-certificates-java -y
- name: semver
run: python3 robotraconteur/packaging/scripts/actions_semver.py --github-env
- name: apt update
Expand Down

0 comments on commit bcc5d29

Please sign in to comment.