diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2024-09-09 08:53:13 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2024-09-09 08:54:41 +0200 |
| commit | d8276d916d875695a1000e14a6d1dfd03e689c81 (patch) | |
| tree | d625de91b9af0382981aa121a6537ce1ef979bb0 /.github/workflows | |
| parent | cb63b7e2566d8315bbe5b2703a755eeae0eca552 (diff) | |
| download | vis-d8276d916d875695a1000e14a6d1dfd03e689c81.tar.gz vis-d8276d916d875695a1000e14a6d1dfd03e689c81.tar.xz | |
ci: install busted to run lua tests
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/macos.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/ubuntu.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 06d484b..542f097 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -24,6 +24,7 @@ jobs: - name: Dependency Homebrew run: | brew install \ + busted \ coreutils \ libtermkey \ lua \ diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 01132a4..f62643d 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -36,6 +36,7 @@ jobs: libselinux1-dev \ libtermkey-dev \ libtre-dev \ + lua-busted \ lua-lpeg - name: Build |
