Skip to content

Commit

Permalink
Merge pull request #258 from IntQuant/revert-255-cache_apt
Browse files Browse the repository at this point in the history
Revert "Add apt caching to release workflow"
  • Loading branch information
bgkillas authored Dec 4, 2024
2 parents 19ead8c + 97bdc4d commit 692dd1f
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
targets: i686-pc-windows-gnu
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: gcc-mingw-w64-i686
version: 1.0
- name: Install extra deps
run: sudo apt-get install -y gcc-mingw-w64-i686

- uses: Swatinem/rust-cache@v2
with:
Expand Down Expand Up @@ -42,10 +40,8 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-pc-windows-gnu
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libclang-dev libgtk-3-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev gcc-mingw-w64-i686 gcc-mingw-w64
version: 1.0
- name: Install extra deps
run: sudo apt-get install -y libclang-dev libgtk-3-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev gcc-mingw-w64-i686 gcc-mingw-w64

- uses: Swatinem/rust-cache@v2
with:
Expand All @@ -71,10 +67,9 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-pc-windows-gnu
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libclang-dev libgtk-3-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev gcc-mingw-w64-i686 gcc-mingw-w64
version: 1.0
- name: Install extra deps
run: sudo apt-get install -y libclang-dev libgtk-3-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev gcc-mingw-w64-i686 gcc-mingw-w64

- uses: Swatinem/rust-cache@v2
with:
workspaces: noita-proxy -> target
Expand Down

0 comments on commit 692dd1f

Please sign in to comment.