Skip to content

Commit 669eb8b

Browse files
committed
Added mtools to the apt-get command in CI.
1 parent e042fea commit 669eb8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ jobs:
66
runs-on: ubuntu-latest
77

88
steps:
9-
- name: Install Lua
9+
- name: Install Unit test dependencies
1010
run: |
1111
sudo apt-get update
12-
sudo apt-get install -y lua5.4
12+
sudo apt-get install -y lua5.4 mtools
1313
1414
- uses: actions/checkout@v4
1515

0 commit comments

Comments
 (0)