aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2023-02-24 21:44:05 -0500
committerAdam Harrison <adamdharrison@gmail.com>2023-02-24 21:44:05 -0500
commite99ac3d394b4f144add6978ddda8be0b64bba9a4 (patch)
treeebcd3c877d4866a928c6a62dcf347274a109b094
parentfaddac5af43604433f241b6cbdaf0f7e7dc36294 (diff)
downloadlite-xl-plugin-manager-e99ac3d394b4f144add6978ddda8be0b64bba9a4.tar.gz
lite-xl-plugin-manager-e99ac3d394b4f144add6978ddda8be0b64bba9a4.zip
Sigh.
-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 a808c46..7392bb4 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.x86-linux test t/run.lua
+ ./lpm.x86_64-linux test t/run.lua
- name: Build Android
env: { ANDROID_ABI_VERSION: "26" }
run: |