@ -15,7 +15,7 @@ jobs:
- uses: msys2/setup-msys2@v2
with:
update: true
install: unzip mingw-w64-x86_64-SDL2
install: unzip mingw64/mingw-w64-x86_64-SDL2
msystem: MINGW64
- uses: actions/checkout@v2
@ -7,7 +7,7 @@
#include <string>
#include <sstream>
#include <iostream>
#include "SDL2/SDL.h"
#include <SDL2/SDL.h>
#include "ofMain.h"
#include "ofxXmlSettings.h"