From 981af7f5efd2cb73f14466be2e611a7c86da4a95 Mon Sep 17 00:00:00 2001 From: Weili An Date: Sat, 24 Aug 2024 13:55:33 -0400 Subject: [PATCH] sst-integration: remove sudo --- .github/workflows/sst_integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sst_integration.yml b/.github/workflows/sst_integration.yml index 063aed325..245799fcb 100644 --- a/.github/workflows/sst_integration.yml +++ b/.github/workflows/sst_integration.yml @@ -36,7 +36,7 @@ jobs: make -j - name: Prepare SST dependencies run: | - sudo apt install openmpi-bin openmpi-common libtool libtool-bin autoconf python3 python3-dev automake build-essential git + apt install openmpi-bin openmpi-common libtool libtool-bin autoconf python3 python3-dev automake build-essential git - name: Build SST-Core run: | git clone https://github.com/sstsimulator/sst-core.git