aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2023-02-24 21:40:58 -0500
committerAdam Harrison <adamdharrison@gmail.com>2023-02-24 21:40:58 -0500
commitfaddac5af43604433f241b6cbdaf0f7e7dc36294 (patch)
treec41576d390f18dc72a6a810cd7ffb5ba68299af7
parent25417f39e8c762fe5b53911aa21f5ab641015ff6 (diff)
downloadlite-xl-plugin-manager-faddac5af43604433f241b6cbdaf0f7e7dc36294.tar.gz
lite-xl-plugin-manager-faddac5af43604433f241b6cbdaf0f7e7dc36294.zip
Fixed test.
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 1e6efe7..a808c46 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
./build.sh clean && BIN=lpm.riscv64-linux CC=riscv64-linux-gnu-gcc-12 AR=riscv64-linux-gnu-ar ./build.sh -DLPM_STATIC -DLPM_VERSION='"'$FULL_VERSION-riscv64-linux'"'
- name: Run Tests
run: |
- ./lpm test t/run.lua
+ ./lpm.x86-linux test t/run.lua
- name: Build Android
env: { ANDROID_ABI_VERSION: "26" }
run: |