Skip to content

Commit

Permalink
chore: build check workflow fix for readstat (#5778)
Browse files Browse the repository at this point in the history
* chore: build check fix for readstat

* make disable werror

* set use-after-free

Co-authored-by: Joris Goosen <[email protected]>
  • Loading branch information
shun2wang and JorisGoosen authored Jan 22, 2025
1 parent 458716a commit 4b0fa20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
wget https://github.com/WizardMac/ReadStat/releases/download/v1.1.9/readstat-1.1.9.tar.gz
tar -xzf readstat-*.tar.gz && cd readstat-*/
./configure
make
make CFLAGS='-Wno-error=use-after-free' CXXFLAGS='-Wno-error=use-after-free'
sudo make install
- name: Configure JASP desktop
Expand Down

0 comments on commit 4b0fa20

Please sign in to comment.