File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -493,7 +493,7 @@ jobs:
493493 repo : deb https://gagis.hopto.org/repo/cppfw/${{ matrix.os }} ${{ matrix.codename }} main
494494 repo-name : cppfw
495495 keys-asc : https://gagis.hopto.org/repo/cppfw/pubkey.gpg
496- install : devscripts equivs prorab pipx cmake git
496+ install : devscripts equivs myci pipx cmake git
497497 - name : add ~/.local/bin to PATH
498498 uses : myci-actions/export-env-var@main
499499 with : {name: PATH, value: "$PATH:$HOME/.local/bin"}
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ def requirements(self):
2222
2323 def build_requirements (self ):
2424 self .requires ("tst/[>=0.3.29]@cppfw/main" , visible = False )
25- self .tool_requires ("myci/[>=0.1.173]@cppfw/main" )
26- self .tool_requires ("prorab-extra/[>=0.2.56 ]@cppfw/main" )
25+ # self.tool_requires("myci/[>=0.1.173]@cppfw/main")
26+ self .tool_requires ("prorab-extra/[>=0.2.57 ]@cppfw/main" )
2727
2828 def config_options (self ):
2929 if self .settings .os == "Windows" :
You can’t perform that action at this time.
0 commit comments