mirror of
https://github.com/sstent/NixOS_ARM_SDImages.git
synced 2026-01-25 22:51:44 +00:00
Update main.yml
This commit is contained in:
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@@ -21,11 +21,13 @@ jobs:
|
|||||||
# Set an output parameter `uname` for use in subsequent steps
|
# Set an output parameter `uname` for use in subsequent steps
|
||||||
run: |
|
run: |
|
||||||
uname -a
|
uname -a
|
||||||
apt-get update
|
|
||||||
apt install -y docker.io
|
#apt-get update
|
||||||
docker ps
|
#apt install -y docker.io
|
||||||
docker run nixos/nix ls -la
|
#docker ps
|
||||||
|
#docker run nixos/nix ls -la
|
||||||
echo ::set-output name=uname::$(uname -a)
|
echo ::set-output name=uname::$(uname -a)
|
||||||
|
echo ::set-output name=ls::$(ls -la)
|
||||||
|
|
||||||
- name: Get the output
|
- name: Get the output
|
||||||
# Echo the `uname` output parameter from the `runcmd` step
|
# Echo the `uname` output parameter from the `runcmd` step
|
||||||
|
|||||||
Reference in New Issue
Block a user