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 d28e852
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ jobs:
- name: Install dependencies (Ubuntu)
if: ${{ runner.os == 'Linux' }}
run: |
apt-get update -y -q && \
apt-get install -y -q --no-install-recommends \
${{ env.CC }} \
${{ env.CXX }} \
sudo apt-get update -y -q && \
sudo apt-get install -y -q --no-install-recommends \
${{ matrix.host.compiler.cc }} \
${{ matrix.host.compiler.cxx }} \
git \
xz-utils \
bzip2 \
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 d28e852

Please sign in to comment.