newer rust
Some checks failed
CI/CD Pipeline / deploy-main (push) Failing after 4m43s

This commit is contained in:
philipp 2024-02-18 16:07:11 +01:00
parent 1ea9d6afee
commit 30b46bf91d

View File

@ -10,13 +10,20 @@ env:
jobs: jobs:
deploy-main: deploy-main:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: git.hofer.link/ruderverein-donau-linz/rowing-ci:20240118 container: git.hofer.link/ruderverein-donau-linz/rowing-ci:20240215
if: github.ref == 'refs/heads/main' if: github.ref == 'refs/heads/main'
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Set up cargo cache - name: Set up cargo cache laws
uses: actions/cache@v3
with:
path: |
target/
key: laws
- name: Set up cargo cache rust
uses: actions/cache@v3 uses: actions/cache@v3
with: with:
path: | path: |