Skip to content

Commit

Permalink
sst-integration: remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
William-An committed Aug 24, 2024
1 parent 41d43fa commit 981af7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sst_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 981af7f

Please sign in to comment.