Skip to content

Commit

Permalink
another try VI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-naumov committed May 3, 2024
1 parent a74e9d8 commit 346971b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ubuntu_sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,16 @@ jobs:
echo "Produced artifact at /artifacts/${artifact_name}"
- name: Build screen
env: | # YAML, but pipe character is necessary
env: | # YAML, but pipe character is necessary
artifact_name: git-${{ matrix.distro }}_${{ matrix.arch }}
shell: /bin/sh
shell: /bin/sh

# Items placed in /artifacts in the container will be in
# ${PWD}/artifacts on the host.
run: |
uname -a
autoconf --version
ls -al "${PWD}/artifacts"
run: |
uname -a
autoconf --version
ls -al "${PWD}/artifacts"
- name: uname
shell: bash
Expand Down

0 comments on commit 346971b

Please sign in to comment.