diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-02-24 21:44:05 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-02-24 21:44:05 -0500 |
commit | e99ac3d394b4f144add6978ddda8be0b64bba9a4 (patch) | |
tree | ebcd3c877d4866a928c6a62dcf347274a109b094 /.github | |
parent | faddac5af43604433f241b6cbdaf0f7e7dc36294 (diff) | |
download | lite-xl-plugin-manager-e99ac3d394b4f144add6978ddda8be0b64bba9a4.tar.gz lite-xl-plugin-manager-e99ac3d394b4f144add6978ddda8be0b64bba9a4.zip |
Sigh.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
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: | |