Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

Commit

Permalink
fix plz
Browse files Browse the repository at this point in the history
  • Loading branch information
n-shift authored Jul 8, 2021
1 parent 551ce50 commit 2ecfc0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ohno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
run: |
g++ -o ohno.g++.out OHNO/ohno.cpp
clang -o ohno.clang++.out OHNO/ohno.cpp
- name: g++
run: ./ohno.g++.out
- name: clang++
run: ./ohno.clang++.out
#- name: g++
# run: ./ohno.g++.out # FIX PLEASE ohno.cpp
#- name: clang++
# run: ./ohno.clang++.out

- name: install haskell compiler
run: sudo apt install -y ghc
Expand Down

0 comments on commit 2ecfc0d

Please sign in to comment.