We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b072f38 commit ee849b0Copy full SHA for ee849b0
.github/workflows/stdarch.yml
@@ -41,7 +41,7 @@ jobs:
41
# TODO: remove when we have binutils version 2.43 in the repo.
42
- name: Install more recent binutils
43
run: |
44
- echo "deb http://archive.ubuntu.com/ubuntu oracular main universe" | sudo tee /etc/apt/sources.list.d/oracular-copies.list
+ echo "deb http://archive.ubuntu.com/ubuntu plucky main universe" | sudo tee /etc/apt/sources.list.d/plucky-copies.list
45
sudo apt-get update
46
sudo apt-get install binutils
47
0 commit comments