+5 -5 +/-5 browse
1 | diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml |
2 | index 7fa7fbf..826d8c7 100644 |
3 | --- a/.gitea/workflows/build.yaml |
4 | +++ b/.gitea/workflows/build.yaml |
5 | @@ -32,7 +32,7 @@ jobs: |
6 | include: |
7 | - build: linux-amd64 |
8 | os: ubuntu-latest |
9 | - rust: 1.79.0 |
10 | + rust: stable |
11 | target: x86_64-unknown-linux-gnu |
12 | steps: |
13 | - uses: actions/checkout@v3 |
14 | diff --git a/.gitea/workflows/build_artifacts.yaml b/.gitea/workflows/build_artifacts.yaml |
15 | index cd5a99b..881ec9f 100644 |
16 | --- a/.gitea/workflows/build_artifacts.yaml |
17 | +++ b/.gitea/workflows/build_artifacts.yaml |
18 | @@ -26,7 +26,7 @@ jobs: |
19 | include: |
20 | - build: linux-amd64 |
21 | os: ubuntu-latest |
22 | - rust: 1.79.0 |
23 | + rust: stable |
24 | artifact_name: 'meli-linux-amd64' |
25 | target: x86_64-unknown-linux-gnu |
26 | steps: |
27 | diff --git a/.gitea/workflows/build_debian_package.yaml b/.gitea/workflows/build_debian_package.yaml |
28 | index 885277c..d4c62df 100644 |
29 | --- a/.gitea/workflows/build_debian_package.yaml |
30 | +++ b/.gitea/workflows/build_debian_package.yaml |
31 | @@ -27,7 +27,7 @@ jobs: |
32 | - build: linux-amd64 |
33 | arch: amd64 |
34 | os: ubuntu-latest |
35 | - rust: 1.79.0 |
36 | + rust: stable |
37 | artifact_name: 'linux-amd64' |
38 | target: x86_64-unknown-linux-gnu |
39 | steps: |
40 | diff --git a/.gitea/workflows/lints.yaml b/.gitea/workflows/lints.yaml |
41 | index 5198996..ebbd889 100644 |
42 | --- a/.gitea/workflows/lints.yaml |
43 | +++ b/.gitea/workflows/lints.yaml |
44 | @@ -32,7 +32,7 @@ jobs: |
45 | include: |
46 | - build: linux-amd64 |
47 | os: ubuntu-latest |
48 | - rust: 1.79.0 |
49 | + rust: stable |
50 | target: x86_64-unknown-linux-gnu |
51 | steps: |
52 | - uses: actions/checkout@v3 |
53 | diff --git a/.gitea/workflows/manifest_lints.yaml b/.gitea/workflows/manifest_lints.yaml |
54 | index 3cf374d..f473a15 100644 |
55 | --- a/.gitea/workflows/manifest_lints.yaml |
56 | +++ b/.gitea/workflows/manifest_lints.yaml |
57 | @@ -33,7 +33,7 @@ jobs: |
58 | include: |
59 | - build: linux-amd64 |
60 | os: ubuntu-latest |
61 | - rust: 1.79.0 |
62 | + rust: stable |
63 | target: x86_64-unknown-linux-gnu |
64 | steps: |
65 | - uses: actions/checkout@v3 |