Skip to content

Commit

Permalink
Update spdx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
slingerbv authored Sep 5, 2024
1 parent 6f1c748 commit 3f9c7da
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/spdx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,16 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3 # Make sure to use the latest version

- name: Install SPDX Tools
run: |
sudo apt-get update
sudo apt-get install -y spdx-tools
# - name: Install SPDX Tools
# run: |
# sudo apt-get update
# sudo apt-get install -y spdx-tools

- name: Install Python
run: sudo apt-get install -y python3-pip

- name: Install SPDX Tools via pip
run: pip install spdx-tools

- name: Generate SPDX Document
run: |
Expand Down

0 comments on commit 3f9c7da

Please sign in to comment.