Skip to content

Commit

Permalink
CI: do not require a specific version of Ubuntu & use "sudo"
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris00 committed Dec 23, 2024
1 parent 2270077 commit 09b2689
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,14 @@ name: CI
jobs:
build-linux:
runs-on: ubuntu-latest
container:
image: ubuntu:23.10
strategy:
matrix:
rust:
- stable
- nightly
steps:
- run: apt-get update -y
- run: apt-get install -y libgsl0-dev curl build-essential python3
- run: sudo apt-get update -y
- run: sudo apt-get install -y libgsl0-dev curl build-essential python3
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 09b2689

Please sign in to comment.