From 10224d00b149a754bf714ef8c2c77901b631d9b6 Mon Sep 17 00:00:00 2001 From: Anichitei Ionel-Cristinel <49393881+ianichitei@users.noreply.github.com> Date: Tue, 17 Sep 2024 15:23:04 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ef8b67..6f9a81c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: if: ${{ matrix.preset == 'release' }} run: | cd ./build/${{ matrix.preset }} - make install + sudo make install cd - - name: Build pybddisasm if: ${{ matrix.preset == 'release' }}