Skip to content

Commit b3ae8fa

Browse files
committed
removed something
1 parent 4f4134a commit b3ae8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pmd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
sudo apt install -y tar wget make cmake gcc g++ python3 python3-dev maven
2121
sudo apt install -y default-jdk
2222
git clone https://github.com/pmd/pmd.git pmd
23-
(cd pmd && git checkout master)
23+
(cd pmd && git checkout)
2424
2525
- name: Build PMD
2626
run: |

0 commit comments

Comments
 (0)