Skip to content

Fix for 'get info' not working on fancy people without 0s in their us… #10

Fix for 'get info' not working on fancy people without 0s in their us…

Fix for 'get info' not working on fancy people without 0s in their us… #10

Workflow file for this run

name: Linux
on:
- push
- pull_request
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install deps
run: |
sudo apt update
sudo apt install -y libglib2.0-dev libjson-glib-dev libnss3-dev libqrencode-dev imagemagick gettext
# We only need these to build, not to run. Skip the dependency check.
sudo apt download libpurple0 libpurple-dev
sudo dpkg --force-depends -i libpurple0*.deb libpurple-dev*.deb
- name: make
run: make
- name: archive
if: ${{ !env.ACT }}
uses: actions/upload-artifact@v4
with:
name: plugin
path: lib*.so