mirror of
https://github.com/sstent/NixOS_ARM_SDImages.git
synced 2026-02-02 18:42:16 +00:00
Update main.yml
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -21,7 +21,10 @@ 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
|
||||||
docker ps
|
docker ps
|
||||||
|
docker run nixos/nix ls -la
|
||||||
echo ::set-output name=uname::$(uname -a)
|
echo ::set-output name=uname::$(uname -a)
|
||||||
|
|
||||||
- name: Get the output
|
- name: Get the output
|
||||||
|
|||||||
Reference in New Issue
Block a user