|
|
|
@ -12,7 +12,7 @@ jobs:
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
steps:
|
|
|
|
|
- name: Setup | Checkout
|
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
- name: Install GTK4 dependencies
|
|
|
|
|
run: sudo apt-get install -y libgtk-4-dev
|
|
|
|
|
- name: Setup | Rust
|
|
|
|
@ -27,7 +27,7 @@ jobs:
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
steps:
|
|
|
|
|
- name: Setup | Checkout
|
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
- name: Install GTK4 dependencies
|
|
|
|
|
run: sudo apt-get install -y libgtk-4-dev
|
|
|
|
|
- name: Setup | Rust
|
|
|
|
@ -42,7 +42,7 @@ jobs:
|
|
|
|
|
needs: [compile]
|
|
|
|
|
steps:
|
|
|
|
|
- name: Setup | Checkout
|
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
- name: Install GTK4 dependencies
|
|
|
|
|
run: sudo apt-get install -y libgtk-4-dev
|
|
|
|
|
- name: Setup | Rust
|
|
|
|
|