Skip to content

Commit 83ba0aa

Browse files
test 1309
1 parent f5d0560 commit 83ba0aa

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/test-1309.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -54,23 +54,23 @@ jobs:
5454
5555
- uses: actions/checkout@v6
5656

57-
- name: Ensure Sudo is Installed
58-
run: |
59-
if ! command -v sudo &> /dev/null; then
60-
echo "sudo could not be found. Installing..."
61-
apt-get update && apt-get install -y sudo
62-
fi
63-
# - name: Install lsb-release
57+
# - name: Ensure Sudo is Installed
6458
# run: |
65-
# apt-get update
66-
# apt-get install -y lsb-release
67-
# - name: Create /etc/lsb-release
59+
# if ! command -v sudo &> /dev/null; then
60+
# echo "sudo could not be found. Installing..."
61+
# apt-get update && apt-get install -y sudo
62+
# fi
63+
# # - name: Install lsb-release
64+
# # run: |
65+
# # apt-get update
66+
# # apt-get install -y lsb-release
67+
# # - name: Create /etc/lsb-release
68+
# # run: |
69+
# # echo "DISTRIB_RELEASE=22.04" | tee -a /etc/lsb-release
70+
# - name: Install Docker
6871
# run: |
69-
# echo "DISTRIB_RELEASE=22.04" | tee -a /etc/lsb-release
70-
- name: Install Docker
71-
run: |
72-
apt-get update
73-
apt-get install -y docker.io
72+
# apt-get update
73+
# apt-get install -y docker.io
7474
- uses: actions/setup-python@v6
7575
with:
7676
python-version: '3.13'

0 commit comments

Comments
 (0)