CI: remove lexbor

This commit is contained in:
Pierre Tachoire
2024-03-28 14:56:36 +01:00
parent 52d3f3e966
commit 22459edccc
3 changed files with 0 additions and 5 deletions

View File

@@ -5,7 +5,6 @@ on:
branches:
- "main"
paths:
- "vendor/lexbor-src"
- "vendor/netsurf/**"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

View File

@@ -65,8 +65,6 @@ jobs:
- name: install deps
run: |
ln -s /usr/local/lib/lexbor vendor/lexbor
ln -s /usr/local/lib/libiconv vendor/libiconv
ln -s /usr/local/lib/netsurf/build vendor/netsurf/build

View File

@@ -59,8 +59,6 @@ jobs:
- name: install deps
run: |
ln -s /usr/local/lib/lexbor vendor/lexbor
ln -s /usr/local/lib/libiconv vendor/libiconv
ln -s /usr/local/lib/netsurf/build vendor/netsurf/build