Skip to content

Commit

Permalink
Update test_stream.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLaserGit authored May 22, 2024
1 parent 047f7e0 commit a234450
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_stream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
run: |
sudo dnf -y update
sudo dnf -y install findutils
sudo dnf clean all
sudo dnf -y clean all
find --version
sudo dnf -y install dnf-plugins-core &&
sudo dnf config-manager --add-repo=https://download.docker.com/linux/fedora/docker-ce.repo
sudo dnf install docker-ce docker-ce-cli containerd.io
sudo dnf -y config-manager --add-repo=https://download.docker.com/linux/fedora/docker-ce.repo
sudo dnf -y install docker-ce docker-ce-cli containerd.io
sudo systemctl start docker
sudo systemctl enable docker
sudo docker run hello-world
Expand Down

0 comments on commit a234450

Please sign in to comment.