Skip to content

Commit

Permalink
install make command
Browse files Browse the repository at this point in the history
  • Loading branch information
lukey-luke committed Jan 16, 2025
1 parent 2737053 commit 72bb4d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
# uses: actions/setup-python@v2
# with:
# python-version: "3.8.1"
- name: Set up make
run: |
apk update
apk add make --no-cache
- name: Build app
run: make ci-app
Expand Down

0 comments on commit 72bb4d9

Please sign in to comment.