Skip to content

Commit

Permalink
ci: Install cargo on ubuntu 18.04 container.
Browse files Browse the repository at this point in the history
ChangeLog:

	* .github/workflows/ccpp.yml: Install cargo for GCC 4.8 job.
  • Loading branch information
CohenArthur committed Feb 26, 2024
1 parent a32eeae commit 7d2d639
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@ jobs:
g++-4.8 \
gcc-4.8-multilib \
g++-4.8-multilib \
dejagnu
dejagnu \
cargo
- name: Configure
run: |
Expand Down

0 comments on commit 7d2d639

Please sign in to comment.