mirror of
https://github.com/sstent/NixOS_ARM_SDImages.git
synced 2025-12-06 06:01:42 +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
|
||||
run: |
|
||||
uname -a
|
||||
apt-get update
|
||||
apt install -y docker.io
|
||||
docker ps
|
||||
docker run nixos/nix ls -la
|
||||
|
||||
#apt-get update
|
||||
#apt install -y docker.io
|
||||
#docker ps
|
||||
#docker run nixos/nix ls -la
|
||||
echo ::set-output name=uname::$(uname -a)
|
||||
echo ::set-output name=ls::$(ls -la)
|
||||
|
||||
- name: Get the output
|
||||
# Echo the `uname` output parameter from the `runcmd` step
|
||||
|
||||
Reference in New Issue
Block a user