We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bdee7d commit 0a484e9Copy full SHA for 0a484e9
.github/workflows/automaticRelease.yaml
@@ -42,12 +42,14 @@ jobs:
42
- name: Install dependencies
43
run: |
44
pip install scons markdown
45
- # sudo apt update
46
- # sudo apt install gettext
47
pip install python-gettext
48
- uses: actions/checkout@v3
49
- name: Set up Rust
50
run: cargo build --target i686-pc-windows-msvc --release
+ - name: Copy MathCAT.pyd file
+ run: cp target/i686-pc-windows-msvc/release/libmathcat_py.dll addon/globalPlugins/MathCAT/libmathcat.pyd
51
+ - name: Fix wx file
52
+ run: sed 's/^import wx\.xrc/# import wx.xrc/' --in-place "addon/globalPlugins/MathCAT/MathCATgui.py"
53
- name: Build
54
run: scons version=${{ github.sha }}
55
- name: Automatic release
0 commit comments