Skip to content

Commit

Permalink
fixing runners
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieMc0 committed Jan 5, 2024
1 parent ee7a778 commit e476ecf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ jobs:
sudo apt-get install docker-compose-plugin docker-compose
DESTINATION=/usr/local/bin/docker-compose
sudo curl -L https://github.com/docker/compose/releases/download/${VERSION}/docker-compose-$(uname -s)-$(uname -m) -o $DESTINATION
sudo chmod 755 $DESTINATION
# DESTINATION=/usr/local/bin/docker-compose
# sudo curl -L https://github.com/docker/compose/releases/download/${VERSION}/docker-compose-$(uname -s)-$(uname -m) -o $DESTINATION
# sudo chmod 755 $DESTINATION
which docker-compose
docker-compose version
Expand Down

0 comments on commit e476ecf

Please sign in to comment.