diff --git a/.github/workflows/stripe-to-invoice.yml b/.github/workflows/stripe-to-invoice.yml index 3811b7c..68ba6ea 100644 --- a/.github/workflows/stripe-to-invoice.yml +++ b/.github/workflows/stripe-to-invoice.yml @@ -237,6 +237,11 @@ jobs: - name: Install Atlas uses: ariga/setup-atlas@v0 + - name: Install netcat + run: | + sudo apt-get update + sudo apt-get install -y netcat-openbsd + - name: Decide environment run: | if [[ "$GITHUB_REF" == refs/heads/main || "$GITHUB_REF" == refs/tags/* || "$GITHUB_REF" == refs/heads/release/* ]]; then