Skip to content

Commit

Permalink
Update update_maps.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ollyg committed Oct 6, 2023
1 parent ee149e4 commit 085d2ea
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/update_maps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,18 @@ jobs:
sudo apt install cpanminus
cpanm File::Slurper
- name: Create local changes
- name: genxlate
run: |
cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
export MIBHOME=`pwd`
mkdir -p $MIBHOME/EXTRAS/indexes/cert_indexes
EXTRAS/scripts/genxlate
- name: mkoidmap
run: |
cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
export MIBHOME=`pwd`
mkdir -p $MIBHOME/EXTRAS/indexes/cert_indexes
EXTRAS/scripts/mkoidmap
- name: Commit files
Expand Down

0 comments on commit 085d2ea

Please sign in to comment.