Skip to content

Commit

Permalink
Install git to Alt
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov authored Oct 7, 2024
1 parent a457ce0 commit 5f63c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
steps:
- name: Install dependencies
run: apt-get update && apt-get -y dist-upgrade && apt-get install -y glibc git
if: startsWith(inputs.container_name, 'altlinux') == true
if: startsWith(inputs.container_name, 'alt') == true

- name: Configure git
run: |
Expand Down

0 comments on commit 5f63c93

Please sign in to comment.