Skip to content

Commit

Permalink
Fix version number for Windows build (re: issue trealla-prolog#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
guregu committed Aug 7, 2023
1 parent ee68e07 commit eb43b26
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- ubuntu-latest
- macos-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Install deps (Linux)
run: |
sudo apt-get install libreadline-dev xxd libffi-dev libssl-dev
Expand Down Expand Up @@ -51,11 +51,13 @@
shell: msys2 {0}
steps:
- uses: msys2/setup-msys2@v2
- uses: actions/checkout@v1
- name: Install deps
run: |
pacman --noconfirm -S make mingw-w64-x86_64-gcc mingw-w64-x86_64-headers-git mingw-w64-x86_64-libffi mingw-w64-x86_64-dlfcn
pacman --noconfirm -S mingw-w64-x86_64-openssl mingw-w64-x86_64-readline vim diffutils
pacman --noconfirm -S mingw-w64-x86_64-openssl vim diffutils git
- name: Configure line endings
run: git config --global core.autocrlf input
- uses: actions/checkout@v3
- name: Build
run: make ISOCLINE=1 release
- name: Test
Expand Down Expand Up @@ -98,7 +100,7 @@
WASI_VERSION: 19
BINARYEN_VERSION: 109
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Set environment (1/3)
run: |
echo "WASI_VERSION_FULL=${WASI_VERSION}.0" >> $GITHUB_ENV
Expand Down

0 comments on commit eb43b26

Please sign in to comment.