diff --git a/.gitea/workflows/build_pc.yml b/.gitea/workflows/build_pc.yml index c91dcaf..143b8c5 100644 --- a/.gitea/workflows/build_pc.yml +++ b/.gitea/workflows/build_pc.yml @@ -20,11 +20,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: true + lfs: true # - name: Get cmake checks from cache -# uses: actions/cache@v4 +# uses: actions/cache@v5 # id: cache # with: # path: | @@ -81,11 +82,11 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: true - name: Action Cache - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: |