Merge pull request #713 from tiffanycmeyer13/unidata_20.3.2

Update update_NDM-v20.yml file to install SVN
This commit is contained in:
tiffanycmeyer13 2024-12-26 10:54:19 -06:00 committed by GitHub
commit 6eba1d94a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,11 @@ jobs:
environment:
name: VLAB
steps:
# Install svn since it is no longer included by default in ubuntu-latest (ubuntu-24.04 image)
- name: Install svn package
run: |
sudo apt-get update
sudo apt-get install subversion
# Checkout this repo
# this gets the latest code (and is run on the default branch)
- name: Checkout awips2