ci: binary: build direclty without additional docker container

This commit is contained in:
Philippe Loctaux 2023-07-14 16:57:35 +02:00
parent 1bd3cee6ea
commit fa84fd6f83

View file

@ -7,8 +7,6 @@ on:
jobs:
binary-archive:
runs-on: node-16-bullseye
container:
image: muslrust:stable-philt3r
steps:
- name: Get code
uses: actions/checkout@v3