Skip to content

Commit

Permalink
(fix) ci: i hate CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xTrayambak committed Jan 20, 2025
1 parent 318dd1e commit 9d589c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
args: |
sh -c "
sudo dnf install simdutf gcc gcc-c++ gmp gmp-devel git -y &&
sudo dnf install simdutf gcc gcc-c++ gmp gmp-devel pkgconf-pkg-config git -y &&
curl https://nim-lang.org/choosenim/init.sh -sSf > init.sh &&
chmod +x ./init.sh &&
git config --global --add safe.directory /github/workspace &&
Expand Down

0 comments on commit 9d589c5

Please sign in to comment.