diff --git a/.github/workflows/update_tables.yml b/.github/workflows/update_tables.yml index de32696..12bac81 100644 --- a/.github/workflows/update_tables.yml +++ b/.github/workflows/update_tables.yml @@ -57,6 +57,7 @@ jobs: - name: Download and Build Manufacturers Table run: | + cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib) export TARGET="ieee/MA/manufacturer.sql" echo 'DELETE FROM "manufacturer";' > ${TARGET}.new echo 'COPY "manufacturer" ("company", "abbrev", "base", "bits", "first", "last", "range") FROM STDIN;' >> ${TARGET}.new