Skip to content

Commit

Permalink
Remove linux build-essential workflow dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
furby-tm committed Apr 4, 2024
1 parent 16298fa commit 27a256d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/swift-debug-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
swift-version: ${{ matrix.swift }}
- uses: actions/checkout@v4
- name: 👨‍💻 Install CxxStdlib
run: sudo apt install build-essential libstdc++-12-dev
run: sudo apt install libstdc++-12-dev
- name: 📙 Install BZ2
run: sudo apt install libbz2-dev
- name: 📓 Install ZLib
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/swift-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
swift-version: ${{ matrix.swift }}
- uses: actions/checkout@v4
- name: 👨‍💻 Install CxxStdlib
run: sudo apt install build-essential libstdc++-12-dev
run: sudo apt install libstdc++-12-dev
- name: 📙 Install BZ2
run: sudo apt install libbz2-dev
- name: 📓 Install ZLib
Expand Down

0 comments on commit 27a256d

Please sign in to comment.