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:
Christopher Mühl 2026-02-16 15:36:10 +01:00
parent 297001e5fd
commit 6d75ec10f6
No known key found for this signature in database
GPG key ID: 925AC7D69955293F

View file

@ -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