Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
Removing -m option from build
Browse files Browse the repository at this point in the history
This hopefully fixes #121
  • Loading branch information
phorward committed Oct 21, 2022
1 parent d91a4c8 commit 6520508
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: build Vi
run: |
echo $GITHUB_WORKSPACE
python3 /tools/flare.py -s $GITHUB_WORKSPACE/vi -t /build -m -c -z -n vi
python3 /tools/flare.py -s $GITHUB_WORKSPACE/vi -t /build -c -z -n vi
- uses: actions/upload-artifact@master
with:
name: buildfiles
Expand Down Expand Up @@ -77,4 +77,4 @@ jobs:
files: /build/viur-vi.zip
body: ${{ steps.changelog_reader.outputs.changes }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion vi/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

vi_conf = {
# Vi version number
"vi.version": (3, 0, 25),
"vi.version": (3, 0, 26),
# ViUR server version number
"core.version": None,
"core.version.min": (3, 0, 0), # minimal core Version
Expand Down

0 comments on commit 6520508

Please sign in to comment.