Skip to content

Commit

Permalink
install automake - linux
Browse files Browse the repository at this point in the history
  • Loading branch information
mgood7123 authored Mar 6, 2024
1 parent 31c61dc commit afc2c61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@ jobs:
run: |
sudo docker container exec --user ubuntu --workdir /home/ubuntu git_local_ubuntu bash -c "DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/\$(id -u ubuntu)/bus systemd-run --user --scope --collect /bin/bash -c \"sudo apt install -y cmake\""
- name: SYSTEMD - install automake
run: |
sudo docker container exec --user ubuntu --workdir /home/ubuntu git_local_ubuntu bash -c "DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/\$(id -u ubuntu)/bus systemd-run --user --scope --collect /bin/bash -c \"sudo apt install -y automake\""
- name: copy GITHUB_WORKSPACE directory to docker
run: |
echo "copying $GITHUB_WORKSPACE to docker"
Expand Down

0 comments on commit afc2c61

Please sign in to comment.