Skip to content

Commit

Permalink
Disabled caching.
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshoffmann committed Jan 31, 2024
1 parent c9ab76d commit 55210b1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ jobs:
QT_VERSION: "6.2.4"
QT_ARCH: "win64_mingw"
steps:
- name: Set ulimit
run: |
sudo ulimit -n 65536
- name: Set up MinGW
uses: egor-tensin/[email protected]
with:
Expand All @@ -92,7 +89,7 @@ jobs:
target: "desktop"
host: "windows"
arch: ${{ env.QT_ARCH }}
cache: "true"
cache: "false"
cache-key-prefix: "install-qt"
set-env: "true"
dir: ${{ runner.workspace }}
Expand Down Expand Up @@ -120,11 +117,6 @@ jobs:
name: "Makefile.Release"
path: "Makefile.Release"

- name: Clean LipidSpace
run: |
win-clean.bat
shell: cmd

- name: Build LipidSpace
run: |
make
Expand Down

0 comments on commit 55210b1

Please sign in to comment.