Browse Source

Update main.yml

Marcin Ziąbek 1 month ago
parent
commit
c778cf0f79
1 changed files with 5 additions and 1 deletions
  1. 5 1
      .github/workflows/main.yml

+ 5 - 1
.github/workflows/main.yml

@@ -84,8 +84,12 @@ jobs:
           
           wget -q https://software.verapdf.org/rel/verapdf-installer.zip
           unzip -q verapdf-installer.zip
+          
+          rm verapdf-installer.zip
+          mv verapdf* verapdf 
 
-          echo 'alias verapdf="~/verapdf/verapdf"' >> ~/.bashrc
+          cd verapdf
+          ./verapdf-install -q
           verapdf --version