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 88445ee commit b323f52Copy full SHA for b323f52
.github/workflows/stdarch.yml
@@ -13,7 +13,7 @@ env:
13
14
jobs:
15
build:
16
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
17
18
strategy:
19
fail-fast: false
@@ -36,6 +36,12 @@ jobs:
36
- name: Install packages
37
run: sudo apt-get install ninja-build ripgrep
38
39
+ - name: Install more recent binutils
40
+ run: |
41
+ echo "deb http://archive.ubuntu.com/ubuntu oracular main universe" | sudo tee /etc/apt/sources.list.d/oracular-copies.list
42
+ sudo apt-get update
43
+ sudo apt-get upgrade binutils
44
+
45
- name: Install Intel Software Development Emulator
46
if: ${{ matrix.cargo_runner }}
47
run: |
0 commit comments