mirror of
https://github.com/xmrig/xmrig.git
synced 2025-04-06 06:27:28 +00:00
Fixed CI
This commit is contained in:
parent
2816ef9f8d
commit
b2bb3d7dae
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -114,7 +114,7 @@ jobs:
|
|||
steps:
|
||||
- name: Prepare build tools
|
||||
run: |
|
||||
sed -i -r 's/(archive|security).ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
|
||||
#sed -i -r 's/(archive|security).ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
|
||||
apt-get update
|
||||
apt-get install -y python-software-properties
|
||||
add-apt-repository -y ppa:ubuntu-toolchain-r/test
|
||||
|
|
Loading…
Reference in a new issue