Skip to content

Commit

Permalink
Fix CI old GCC test
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Sep 30, 2024
1 parent 3a96c46 commit cde1c66
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,12 @@ jobs:
steps:
- run: |
apt-get update
apt-get install -y build-essential git cmake curl sudo
apt-get install -y ca-certificates
apt-get install -y cmake curl sudo
apt-get install -y --no-install-recommends gpg-agent software-properties-common
apt-add-repository --yes ppa:git-core/ppa
apt-get update
apt-get install -y build-essential git
curl -L -O -J /~https://github.com/PowerShell/PowerShell/releases/download/v7.2.23/powershell_7.2.23-1.deb_amd64.deb
dpkg -i powershell_7.2.23-1.deb_amd64.deb
apt-get install -f
Expand Down

0 comments on commit cde1c66

Please sign in to comment.