We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 218658e commit a3be875Copy full SHA for a3be875
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-20.04
15
16
steps:
17
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
18
- name: install deps
19
run: sudo apt-get install coinor-cbc coinor-libcbc-dev
20
- run: cargo publish
.github/workflows/rust.yml
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
- uses: conda-incubator/setup-miniconda@v2
with:
21
activate-environment: test
0 commit comments