Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryI authored Feb 19, 2025
1 parent 61644b4 commit 06ed30c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Wolfram script
uses: rlalik/setup-cpp-compiler@master, miRoox/wolfram-action@master
- name: GCC
uses: rlalik/setup-cpp-compiler@master
with:
compiler: latest
- name: Run Wolfram script
uses: miRoox/wolfram-action@master
with:
file: Scripts/Build.wl
env:
WOLFRAM_ID: ${{ secrets.WolframID }}
Expand Down

0 comments on commit 06ed30c

Please sign in to comment.