Skip to content

Commit 9fb095d

Browse files
authored
updated ref to 1.3.2
1 parent d8c2b41 commit 9fb095d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

action.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
- uses: actions/checkout@v3
88
with:
99
repository: 0xADE1A1DE/AssemblyLine
10-
ref: v1.3.1
10+
ref: v1.3.2
1111

1212
- name: Install dependencies
1313
shell: bash
@@ -27,4 +27,6 @@ runs:
2727

2828
- name: install
2929
shell: bash
30-
run: sudo make install && sudo ldconfig
30+
run: |
31+
sudo make install
32+
sudo ldconfig

0 commit comments

Comments
 (0)