mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
ci: remove references to nonexistent matrix.rust
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -120,7 +120,7 @@ jobs:
|
|||||||
- name: Upload C library
|
- name: Upload C library
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.os }}-${{matrix.rust}}-libdeltachat.a
|
name: ${{ matrix.os }}-libdeltachat.a
|
||||||
path: target/debug/libdeltachat.a
|
path: target/debug/libdeltachat.a
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
||||||
@@ -142,7 +142,7 @@ jobs:
|
|||||||
- name: Upload deltachat-rpc-server
|
- name: Upload deltachat-rpc-server
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.os }}-${{matrix.rust}}-deltachat-rpc-server
|
name: ${{ matrix.os }}-deltachat-rpc-server
|
||||||
path: target/debug/deltachat-rpc-server
|
path: target/debug/deltachat-rpc-server
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
||||||
@@ -196,7 +196,7 @@ jobs:
|
|||||||
- name: Download libdeltachat.a
|
- name: Download libdeltachat.a
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.os }}-${{matrix.rust}}-libdeltachat.a
|
name: ${{ matrix.os }}-libdeltachat.a
|
||||||
path: target/debug
|
path: target/debug
|
||||||
|
|
||||||
- name: Install python
|
- name: Install python
|
||||||
@@ -255,7 +255,7 @@ jobs:
|
|||||||
- name: Download deltachat-rpc-server
|
- name: Download deltachat-rpc-server
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.os }}-${{matrix.rust}}-deltachat-rpc-server
|
name: ${{ matrix.os }}-deltachat-rpc-server
|
||||||
path: target/debug
|
path: target/debug
|
||||||
|
|
||||||
- name: Make deltachat-rpc-server executable
|
- name: Make deltachat-rpc-server executable
|
||||||
|
|||||||
Reference in New Issue
Block a user