Skip to content

Commit c0f2311

Browse files
committed
BugFix
1 parent 0d0e768 commit c0f2311

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -236,12 +236,6 @@ jobs:
236236
path: /tmp/
237237
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
238238

239-
- name: Install CGG Multilib
240-
run: |
241-
apt update
242-
apt-get install -yqq --no-install-recommends gcc-multilib
243-
if: matrix.os == 'ubuntu-latest'
244-
245239
- name: Copy binaries
246240
run: |
247241
mkdir shell_bins/linux/
@@ -255,6 +249,12 @@ jobs:
255249
echo "" > shell_bins/macosx/__init__.py
256250
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
257251

252+
- name: Install CGG Multilib
253+
run: |
254+
sudo apt update
255+
sudo apt-get install -yqq --no-install-recommends gcc-multilib
256+
if: matrix.os == 'ubuntu-latest'
257+
258258
- name: Run build test (x86)
259259
run: |
260260
shellcodetester -asm tests/test_x86.asm

0 commit comments

Comments
 (0)