File tree Expand file tree Collapse file tree 3 files changed +10
-13
lines changed
Expand file tree Collapse file tree 3 files changed +10
-13
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout repository
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v4
1414 - name : Create blank versions of configured file
1515 run : echo -e "" >> src/config.rs
1616 - name : Install Rust toolchain
3232 runs-on : ubuntu-latest
3333 steps :
3434 - name : Checkout repository
35- uses : actions/checkout@v3
35+ uses : actions/checkout@v4
3636 - name : Spellcheck
3737 uses : codespell-project/actions-codespell@master
3838 with :
4444 runs-on : ubuntu-latest
4545 steps :
4646 - name : Checkout repository
47- uses : actions/checkout@v3
47+ uses : actions/checkout@v4
4848 - name : Setup python
4949 uses : actions/setup-python@v1
5050 - name : Install meson
7272 runs-on : ubuntu-latest
7373 steps :
7474 - name : Checkout repository
75- uses : actions/checkout@v3
75+ uses : actions/checkout@v4
7676 - name : Install Rust toolchain
7777 uses : actions-rs/toolchain@v1
7878 with :
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v3
17+ uses : actions/checkout@v4
1818 # Ensure that the latest version of Cargo is installed
1919 - name : Install Rust
2020 uses : actions-rs/toolchain@v1
Original file line number Diff line number Diff line change 77 build_amd64 :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v3.1.0
10+ - uses : actions/checkout@v4
1111
1212 - name : Install needed packages
1313 run : |
1414 sudo rm -rf /var/lib/apt/lists/*
15- sudo sed -i 's/jammy/.\/devel/g' /etc/apt/sources.list
1615 sudo apt-get update && sudo apt-get install libgtk-4-dev libadwaita-1-dev gettext desktop-file-utils rustc cargo meson ninja-build -y
1716
1817 - name : Setup
@@ -21,20 +20,19 @@ jobs:
2120 - name : Build
2221 run : sudo DESTDIR="builds/amd64" ninja -C build install
2322
24- - uses : actions/upload-artifact@v3.1 .2
23+ - uses : actions/upload-artifact@v4.6 .2
2524 with :
2625 name : Rhino Setup (AMD64)
2726 path : build/builds/amd64/
28-
27+
2928 build_arm64 :
3029 runs-on : ubuntu-24.04-arm
3130 steps :
32- - uses : actions/checkout@v3.1.0
31+ - uses : actions/checkout@v4
3332
3433 - name : Install needed packages
3534 run : |
3635 sudo rm -rf /var/lib/apt/lists/*
37- sudo sed -i 's/jammy/.\/devel/g' /etc/apt/sources.list
3836 sudo apt-get update && sudo apt-get install libgtk-4-dev libadwaita-1-dev gettext desktop-file-utils rustc cargo meson ninja-build -y
3937
4038 - name : Setup
4341 - name : Build
4442 run : sudo DESTDIR="builds/arm64" ninja -C build install
4543
46- - uses : actions/upload-artifact@v3.1 .2
44+ - uses : actions/upload-artifact@v4.6 .2
4745 with :
4846 name : Rhino Setup (ARM64)
4947 path : build/builds/arm64/
50-
You can’t perform that action at this time.
0 commit comments