Skip to content

Commit

Permalink
make disable werror
Browse files Browse the repository at this point in the history
  • Loading branch information
shun2wang authored Jan 14, 2025
1 parent 3d54c18 commit 931cbeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
run: |
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 --disable-werror
make
./configure
make CFLAGS='-Wno-error' CXXFLAGS='-Wno-error'
sudo make install
- name: Configure JASP desktop
Expand Down

0 comments on commit 931cbeb

Please sign in to comment.