Skip to content

Commit 00073dc

Browse files
committed
Use latest ocipkg, drop login
1 parent 0da86fa commit 00073dc

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/intel-mkl-sys.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,11 @@ jobs:
3434
image: ${{ matrix.image }}
3535
steps:
3636
- uses: actions/checkout@v1
37-
3837
- uses: actions-rs/cargo@v1
3938
if: matrix.image == 'rust:1.62.1'
4039
with:
4140
command: install
42-
args: ocipkg-cli --version=0.2.3
43-
- name: Login to ghcr.io
44-
if: matrix.image == 'rust:1.62.1'
45-
run: |
46-
ocipkg login -u ${{ github.repository_owner }} -p ${{ github.token }} https://ghcr.io
47-
41+
args: ocipkg-cli
4842
- uses: actions-rs/cargo@v1
4943
with:
5044
command: test

0 commit comments

Comments
 (0)