Skip to content

Commit

Permalink
Removed prereqs
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Georgalas committed May 17, 2024
1 parent d0fe8a9 commit ff5bc50
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
# container: oraclelinux:8
runs-on: ubuntu-latest
steps:
- name: Install prereqs
run: |
dnf install -y \
jq \
git \
tar \
libicu \
curl
# - name: Install prereqs
# run: |
# dnf install -y \
# jq \
# git \
# tar \
# libicu \
# curl
- name: Set up .Net 8
uses: actions/setup-dotnet@v3.2.0
with:
Expand Down

0 comments on commit ff5bc50

Please sign in to comment.