Skip to content

Commit

Permalink
attempting to fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Dec 16, 2023
1 parent 77ef37e commit 1befff0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/BuildTestInstall/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:

- name: Build
shell: ${{inputs.shell}}
run: cmake --build ${{github.workspace}}/build --config Release -j8
run: cmake --build ${{github.workspace}}/build --config Release -j88

- name: pytest
shell: ${{inputs.shell}}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/LinuxEnvironmentSetup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
shell: bash -l {0}
run: |
sudo apt update
sudo apt install -y lsb-release wget software-properties-common gnupg libboost-all-dev
sudo apt install -y build-essential lsb-release wget software-properties-common gnupg libboost-all-dev
wget https://apt.llvm.org/llvm.sh
chmod u+x llvm.sh
sed -i 's/add-apt-repository "${REPO_NAME}"/add-apt-repository -y "${REPO_NAME}"/g' llvm.sh
Expand Down

0 comments on commit 1befff0

Please sign in to comment.