Skip to content

Commit

Permalink
try to find Text::CSV installed
Browse files Browse the repository at this point in the history
  • Loading branch information
ollyg committed Dec 27, 2024
1 parent 3fa1562 commit e3a18ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update_tables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3a18ae

Please sign in to comment.