Skip to content

Commit

Permalink
test fix for missing docker-compose in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileskyfi authored Aug 6, 2024
1 parent 642bdd6 commit 0bd9bc6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/manual-using-docker-in-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Docker Compose
- name: Set up Docker
uses: docker/setup-buildx-action@v1

- name: Install Docker Compose
run: sudo apt install docker-compose

- name: Allow `git`
run: |
git config --global user.name 'github-actions[bot]'
Expand All @@ -39,6 +42,7 @@ jobs:
echo $ROUTEROS_VERSION
echo $ROUTEROS_IMAGE
echo $ROUTEROS_PATH
echo `which docker-compose`
echo "version: '3'
services:
Expand Down

0 comments on commit 0bd9bc6

Please sign in to comment.