Skip to content

Commit

Permalink
Install Open Tofu
Browse files Browse the repository at this point in the history
  • Loading branch information
wawrzek committed Oct 8, 2024
1 parent 9a56b44 commit 1f33f8f
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,12 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Refresh source list
- name: Install Open Tofu
run: |
sudo apt update
# - name: Install dependencies
# run: >
# sudo apt install -y
# protobuf-compiler
# pkg-config
# libssl-dev
curl --proto '=https' --tlsv1.2 -fsSL https://get.opentofu.org/install-opentofu.sh -o install-opentofu.sh
chmod +x install-opentofu.sh
./install-opentofu.sh --install-method deb
rm -f install-opentofu.sh
- name: Install precommit
run: |
python -m pip install pre-commit
Expand Down

0 comments on commit 1f33f8f

Please sign in to comment.