Skip to content

Commit

Permalink
#97: try fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Sep 3, 2024
1 parent 117c421 commit ff71843
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
- name: Install dependencies (Ubuntu)
if: ${{ runner.os == 'Linux' }}
run: |
apt-get update -y -q && \
apt-get install -y -q --no-install-recommends \
sudo apt-get update -y -q && \
sudo apt-get install -y -q --no-install-recommends \
${{ env.CC }} \
${{ env.CXX }} \
git \
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
fi
else
curl https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -o ~/miniconda.sh
end
fi
bash ~/miniconda.sh -b -u -p ${{ env.CONDA_PATH }}
rm -rf ~/miniconda.sh
Expand Down

0 comments on commit ff71843

Please sign in to comment.