File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments