Skip to content

Commit fd400b1

Browse files
authored
Remove duplicated curl installation from i386 setup action
It doesn't cause any problems (it's only installed once), it's just more confusing to read.
1 parent ac4fcf8 commit fd400b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-test/ubuntu-i386/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runs:
3939
shell: bash
4040
run: |
4141
apt-get update
42-
apt-get install -y build-essential cmake curl git libssl-dev maven net-tools openjdk-${{ env.JAVA_VERSION }}-jre-headless gdb curl
42+
apt-get install -y build-essential cmake curl git libssl-dev maven net-tools openjdk-${{ env.JAVA_VERSION }}-jre-headless gdb
4343
4444
- name: Make sure the target architecture is 32 bit
4545
shell: bash

0 commit comments

Comments
 (0)