debug
This commit is contained in:
committed by
oscarzhou
parent
eab6282fae
commit
ec3a2e1cfa
@@ -80,7 +80,7 @@ jobs:
|
||||
- name: Checkout Source
|
||||
uses: actions/checkout@v2
|
||||
- name: Get Nancy binary
|
||||
run: curl -L "https://github.com/sonatype-nexus-community/nancy/releases/download/$NANCY_VERSION/nancy-$NANCY_VERSION-linux-amd64" -o nancy
|
||||
run: curl -L "https://github.com/sonatype-nexus-community/nancy/releases/download/$NANCY_VERSION/nancy-$NANCY_VERSION-linux-amd64" -o nancy && chmod +x nancy
|
||||
- name: ls
|
||||
run: ls -al
|
||||
- name: Scan modules
|
||||
|
||||
Reference in New Issue
Block a user