Skip to content

Commit

Permalink
update all
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed May 20, 2024
1 parent 09e779a commit c1e0539
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ jobs:
run: |
cd $HOME
python --version
python wex/.github/workflows/download_wx.py wx-3.2.3
dir
dir wx-3.2.3
pip install requests
python $GITHUB_WORKSPACE/.github/workflows/download_wx.py wx-3.2.3
echo "WXMSW3=$HOME/wx-3.2.3" >>$GITHUB_ENV
chmod +x wx-3.2.3/bin/wx-config
sudo ln -s $HOME/wx-3.2.3/bin/wx-config /usr/local/bin/wx-config-3
Expand Down Expand Up @@ -127,6 +126,7 @@ jobs:
run: |
cd $HOME
python --version
pip install requests
python $GITHUB_WORKSPACE/wex/.github/workflows/download_wx.py wx-3.2.3
dir
dir wx-3.2.3
Expand Down

0 comments on commit c1e0539

Please sign in to comment.