Skip to content

Commit

Permalink
Fix make target name
Browse files Browse the repository at this point in the history
  • Loading branch information
rk1a committed Dec 24, 2023
1 parent d54ac96 commit b82da26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/minetester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install Debian dependencies
run: make deb_deps
- name: Install Linux dependencies
run: make linux_deps
- name: Install build dependencies
run: make python_build_deps
- name: Init submodules
Expand Down

0 comments on commit b82da26

Please sign in to comment.