Skip to content

Commit

Permalink
Automate
Browse files Browse the repository at this point in the history
  • Loading branch information
eko5624 committed Aug 22, 2024
1 parent 4284423 commit d29a397
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-toolchain-lhmouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
id: cache
with:
path: D:\ucrt64
key: mcf_20240801_14.2.0_x64-ucrt
key: mcf_20240821_14.2.1_x64-ucrt

- name: Setup Toolchain
if: steps.cache.outputs.cache-hit != 'true'
shell: msys2 {0}
run: |
curl -OL https://gcc-mcf.lhmouse.com/mingw-w64-gcc-mcf_20240801_14.2.0_x64-ucrt_ee5ef80a192bb06ebfb22f9a847e73c4328d9a58.7z
curl -OL https://gcc-mcf.lhmouse.com/mingw-w64-gcc-mcf_20240821_14.2.1_x64-ucrt_09b612f2101afc42acbb996f524895e0e95b35dd.7z
7z x *.7z -o/d
curl -L -o curl-win64-mingw.zip 'https://curl.se/windows/latest.cgi?p=win64-mingw.zip'
7z e -r curl*.zip -o/d/ucrt64/bin '*.exe' '*.crt'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/curl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: cache
with:
path: D:\ucrt64
key: mcf_20240801_14.2.0_x64-ucrt
key: mcf_20240821_14.2.1_x64-ucrt
- name: Setup Python
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
id: cache
with:
path: D:\ucrt64
key: mcf_20240801_14.2.0_x64-ucrt
key: mcf_20240821_14.2.1_x64-ucrt
- name: Build
env:
C_INCLUDE_PATH: /opt/include
Expand Down
2 changes: 1 addition & 1 deletion mcfgthread/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: nyfair <[email protected]>
pkgname=mcfgthread
pkgver=20240801
pkgver=20240821
pkgrel=1
pkgdesc='MCF thread model'
arch=('x86_64')
Expand Down

0 comments on commit d29a397

Please sign in to comment.