diff --git a/.gitea/workflows/godot-ci.yml b/.gitea/workflows/godot-ci.yml index 420f91a..b23a333 100644 --- a/.gitea/workflows/godot-ci.yml +++ b/.gitea/workflows/godot-ci.yml @@ -129,23 +129,23 @@ jobs: # name: linux # path: build/bin/linux - - name: Restore Cache - uses: https://gitea.com/actions/cache/restore@v3 - with: - path: | - ~/steamcmd/ - ./steam_build_output/ - key: steam-cache-${{ runner.os }}-${{ github.ref_name }}-v3 - restore-keys: | - steam-cache-${{ runner.os }} - steam-cache + # - name: Restore Cache + # uses: https://gitea.com/actions/cache/restore@v3 + # with: + # path: | + # ~/steamcmd/ + # ./steam_build_output/ + # key: steam-cache-${{ runner.os }}-${{ github.ref_name }} + # restore-keys: | + # steam-cache-${{ runner.os }} + # steam-cache - - name: Read Cache - run: | - # The Read Cache step is now handled by the actions/cache@v3 restore process. - # This step can be removed or left for debugging. - echo "Files in steamcmd directory:" - ls -la ~/steamcmd/ + # - name: Read Cache + # run: | + # # The Read Cache step is now handled by the actions/cache@v3 restore process. + # # This step can be removed or left for debugging. + # echo "Files in steamcmd directory:" + # ls -la ~/steamcmd/ # - name: Update VDF # run: | @@ -167,14 +167,15 @@ jobs: ls -la ~/ echo "Files in steamcmd directory:" ls -la ~/steamcmd/ - echo "Files in steam config directory:" + echo "Files in steam directory:" ls -la ~/Steam/ - # ls -la ~/steamcmd/config/ + echo "Files in steam config directory:" + ls -la ~/Steam/config - - name: Save Cache - uses: https://gitea.com/actions/cache/save@v3 - with: - path: | - ~/steamcmd/ - ./steam_build_output/ - key: steam-cache-${{ runner.os }}-${{ github.ref_name }}-v3 \ No newline at end of file + # - name: Save Cache + # uses: https://gitea.com/actions/cache/save@v3 + # with: + # path: | + # ~/steamcmd/ + # ./steam_build_output/ + # key: steam-cache-${{ runner.os }}-${{ github.ref_name }} \ No newline at end of file