What is the expected number of rolls of both dice until you get a sum that equals 6?

I know that p[sum = 6] = 5/36, but how do I find out:
E[# of rolls until the sum = 6] = ?

Thanks!!