Skip to content

Commit

Permalink
woops
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByAidan committed Nov 7, 2023
1 parent 53e3b01 commit 1615fae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ jobs:
if: matrix.os == 'macos-latest'
run: gcc -o ${{env.BUILD_DIR}}/macos/largeintcalculator largeintcalculator.c

- name: Display file sizes
run: |
du -h ${{env.BUILD_DIR}}/ubuntu/largeintcalculator
du -h ${{env.BUILD_DIR}}/windows/x64/largeintcalculator.exe
du -h ${{env.BUILD_DIR}}/windows/x86/largeintcalculator.exe
du -h ${{env.BUILD_DIR}}/macos/largeintcalculator
# - name: Display file sizes
# run: |
# du -h ${{env.BUILD_DIR}}/ubuntu/largeintcalculator
# du -h ${{env.BUILD_DIR}}/windows/x64/largeintcalculator.exe
# du -h ${{env.BUILD_DIR}}/windows/x86/largeintcalculator.exe
# du -h ${{env.BUILD_DIR}}/macos/largeintcalculator

- name: Commit and push
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 1615fae

Please sign in to comment.