Skip to content

Commit

Permalink
Update devel_images.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealHaoLiu committed Feb 20, 2024
1 parent a84bf92 commit 1685604
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/devel_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
brew install gnu-sed
brew install --cask docker
open /Applications/Docker.app
brew install ansible-core
echo "/usr/local/bin" >> $GITHUB_PATH
echo "$(brew --prefix)/opt/gnu-sed/libexec/gnubin" >> $GITHUB_PATH
Expand All @@ -69,6 +68,11 @@ jobs:
with:
python-version: ${{ env.py_version }}

- name: Install ansible-core on macos-14
run: |
pip install ansible-core
if: matrix.os == 'macos-14'

- name: Log in to registry
run: |
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
Expand Down

0 comments on commit 1685604

Please sign in to comment.