Skip to content

Commit

Permalink
iox-#2330 Add git to Build Systemd workflow
Browse files Browse the repository at this point in the history
Included git in the list of packages installed in the systemd container build workflow. This change ensures that the necessary version control system is present for subsequent steps in the build process.
  • Loading branch information
khromenokroman committed Aug 28, 2024
1 parent 41b10a2 commit ee418c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_systemd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Update
run: apt update
- name: Install depends
run: apt install -y gcc g++ cmake libacl1-dev libncurses5-dev pkg-config libsystemd-dev
run: apt install -y git gcc g++ cmake libacl1-dev libncurses5-dev pkg-config libsystemd-dev
- name: Checkout
uses: actions/checkout@v4
- name: Cmake cache
Expand Down

0 comments on commit ee418c3

Please sign in to comment.