Skip to content

Commit

Permalink
Don't install tools that are already in the CI image.
Browse files Browse the repository at this point in the history
This should fix the autobuild on newer container versions.
  • Loading branch information
SadieCat committed Aug 29, 2023
1 parent 10119c1 commit be01906
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ jobs:
echo "push=false" >> $GITHUB_OUTPUT
echo "platforms=linux/amd64" >> $GITHUB_OUTPUT
fi
-
name: Prepare environment
run: |
sudo apt-get -qq update
sudo apt-get -y -o Dpkg::Options::="--force-confnew" install moby-engine moby-cli
sudo apt-get install -y openssl parallel
-
name: Build and test amd64 image
run: |
Expand Down

0 comments on commit be01906

Please sign in to comment.