Remove Nomad installation from action
Already available in runner image. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
297001e5fd
commit
6d75ec10f6
1 changed files with 0 additions and 7 deletions
|
|
@ -29,13 +29,6 @@ runs:
|
|||
# Install AWS CLI
|
||||
nix profile install nixpkgs#awscli2
|
||||
|
||||
# Install Nomad
|
||||
nix profile install nixpkgs#nomad
|
||||
|
||||
# Make available in PATH
|
||||
export PATH="$HOME/.nix-profile/bin:$PATH"
|
||||
echo "$HOME/.nix-profile/bin" >> $GITHUB_PATH
|
||||
|
||||
# Set Nomad address
|
||||
echo "NOMAD_ADDR=http://alvin:4646" >> $GITHUB_ENV
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue