diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 343c046..12076f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,9 +10,6 @@ on: # Allow manual trigger workflow_dispatch: -env: - FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true - jobs: build: name: Build @@ -29,8 +26,6 @@ jobs: with: go-version: "1.25.0" check-latest: true - cache: true - cache-dependency-path: go.sum - name: Cache APT packages uses: awalsh128/cache-apt-pkgs-action@latest @@ -83,8 +78,6 @@ jobs: with: go-version: "1.25.0" check-latest: true - cache: true - cache-dependency-path: go.sum - name: Run Go Tests run: | @@ -130,8 +123,6 @@ jobs: with: go-version: "1.25.0" check-latest: true - cache: true - cache-dependency-path: go.sum - name: Install system deps (Wails CGO) run: | @@ -159,8 +150,6 @@ jobs: with: go-version: "1.25.0" check-latest: true - cache: true - cache-dependency-path: go.sum - name: Cache APT packages uses: awalsh128/cache-apt-pkgs-action@latest