Skip to content

Commit

Permalink
fix: switch to use apt install
Browse files Browse the repository at this point in the history
  • Loading branch information
tituschewxj committed Oct 8, 2024
1 parent 2933bdb commit 3369444
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
test:
runs-on: ubuntu-latest

services:
docker:
image: docker:latest
options: --privileged

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Docker Compose
run: |
sudo apt-get update
sudo apt-get install -y docker-compose
- name: Create Environment Files
run: |
cd ./apps/frontend
Expand Down

0 comments on commit 3369444

Please sign in to comment.