Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Commit

Permalink
Update rdm-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
onewe authored Jun 12, 2020
1 parent b0ada59 commit c3ac9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rdm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
cd $GITHUB_WORKSPACE/rdm/bin/osx/release/
echo '[install]\nprefix=' > setup.cfg
cd $GITHUB_WORKSPACE/rdm/src
sed -i '.back' 's/initUpdater();/#initUpdater();/g' ./app/app.cpp
sed -i '.back' 's/initUpdater();/\/\/initUpdater();/g' ./app/app.cpp
qmake CONFIG-=debug CONFIG+=sdk_no_version_check
make -s -j 8
cd $GITHUB_WORKSPACE/rdm/bin/osx/release
Expand Down

0 comments on commit c3ac9c0

Please sign in to comment.