Skip to content

Commit

Permalink
Change the rules for checking the container
Browse files Browse the repository at this point in the history
  • Loading branch information
MinyazevR authored Jan 9, 2025
1 parent 52181b5 commit 01cc80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
apt-get update && apt-get install -y --no-install-recommends git-core p7zip curl sudo
sed -i 's/^# \(WHEEL_USERS.*\)/\1/' /etc/sudoers
if: startsWith(inputs.container_name, 'astra')
if: contains(inputs.container_name, 'astra')

- name: Install dependencies
run: yum install -y epel-release && yum update -y && yum install -y --setopt=install_weak_deps=False git-core findutils p7zip sudo
Expand Down

0 comments on commit 01cc80f

Please sign in to comment.