From 49a9b27d5e7c874c68e5dc61fc434be8292c4bfd Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Thu, 22 Aug 2024 08:34:12 +0200 Subject: [PATCH] don't bootstrap to check EBML Schemas We use system tools. --- .github/workflows/generate-rfcs.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/generate-rfcs.yaml b/.github/workflows/generate-rfcs.yaml index 84275d97..f908ff4d 100644 --- a/.github/workflows/generate-rfcs.yaml +++ b/.github/workflows/generate-rfcs.yaml @@ -61,9 +61,6 @@ jobs: sudo apt update sudo apt install xsltproc libxml2-utils - - name: Setup toolchain and EBML Schema - run: ./bootstrap - # First check the Matroska EBML Schema is valid - name: Test Matroska EBML Schema run: make check