We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67fbe3d commit d6b7cd5Copy full SHA for d6b7cd5
1 file changed
.github/workflows/release.yml
@@ -70,7 +70,9 @@ jobs:
70
id: get_version
71
run: echo ::set-output name=VERSION::$(git tag --points-at HEAD --sort -version:refname | head -1)
72
- name: install tools
73
- run: sudo apt-get install build-essential libncurses5-dev libncursesw5-dev
+ run: |
74
+ sudo apt-get install build-essential libncurses5-dev libncursesw5-dev
75
+ pip install invoke
76
- name: publish
77
id: publish
78
run: |
@@ -107,6 +109,7 @@ jobs:
107
109
108
110
${{ matrix.install }}
111
rustup target install ${{ matrix.target }}
112
113
- name: build-${{ matrix.target }}
114
115
invoke ci.update-version --version=${{ steps.get_version.outputs.VERSION }}
0 commit comments