There was an error while loading. Please reload this page.
1 parent 79fee8e commit ff0e3ceCopy full SHA for ff0e3ce
1 file changed
‎.github/workflows/rcalc-test.yml‎
@@ -14,12 +14,10 @@ env:
14
15
jobs:
16
test-rcalc:
17
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
18
steps:
19
- name: Checkout
20
uses: actions/checkout@v7
21
- - name: Install Dependencies
22
- run: sudo apt update && sudo apt install -y libtinfo5
23
- name: Update rust toolchain
24
run: rustup update
25
- name: Install LLVM and Clang
0 commit comments